-
Notifications
You must be signed in to change notification settings - Fork 48
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
Pre-commit tools #121
Pre-commit tools #121
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just want to make sure that the removal of the setup.cfg doesn't have any side effects for existing users.
@@ -1,2 +0,0 @@ | |||
[bdist_wheel] | |||
universal=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this have any consequences for existing usage?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have moved this parameter in the pyproject.toml
file. I wanted to limit the number of configuration files. I did it in advance as I hope that, in a future PR, the setup.py
file will be removed from the repository (to be replaced with additional data pyproject.toml
)
A lot of small modifications here:
pyproject.toml
file and in a.flake8
file (as flake8 does not supportpyproject.toml
)