-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Update linting dependencies #147
Conversation
81674b4
to
b6a0a11
Compare
This is also ready for review. |
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.
Please avoid touching pyproject.toml in this change. Once done we can merge the rest.
What is your policy on updating build dependencies?
|
4b779ec
to
2cfd940
Compare
- bump pip to 21.3.1 - bump toml to 0.10.2 - bump twine to 3.4.2 - bump flake8 to 4.0.1 - bump pydocstyle to 6.1.1 - bump flake8-docstrings to 1.6.0 - bump flake8-absolute-import to 1.0 - bump flake8-black to 0.2.3 - bump black to 21.9b0 (also repositoy for black moved to https://github.com/psf/black.git) Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2cfd940
to
4ccfbac
Compare
Only updates of linting dependencies are left. It's ready for review. |
@ziegenberg Policy on build requirements is to only bump them when needed (aka when we find a bug with an older one). |
updating build dependencies and linting