Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: move configurations to pyproject.toml #76

Merged
merged 3 commits into from
Mar 28, 2023
Merged

chore: move configurations to pyproject.toml #76

merged 3 commits into from
Mar 28, 2023

Conversation

SauravMaheshkar
Copy link
Contributor

This PR aims to minimize the number of configuration files for the project. Instead of a separate mypy.ini and pytest.ini, we now would have all the configurations within the pyproject.toml file leading to a overall minimal code structure.

I managed to transfer most of the configuration files into pyproject.toml but flake8 doesn't support it yet (PyCQA/flake8#234).

Copy link
Owner

@rgbkrk rgbkrk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much!

@rgbkrk rgbkrk enabled auto-merge (squash) March 28, 2023 21:17
@rgbkrk rgbkrk merged commit 03b0c40 into rgbkrk:main Mar 28, 2023
@SauravMaheshkar SauravMaheshkar deleted the refactor branch March 28, 2023 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants