-
Notifications
You must be signed in to change notification settings - Fork 4
Add .pre-commit-config.yaml
#4
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
Conversation
|
@Pierre-Sassoulas here is the |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #4 +/- ##
==========================================
+ Coverage 86.50% 87.00% +0.50%
==========================================
Files 33 33
Lines 400 400
Branches 81 81
==========================================
+ Hits 346 348 +2
+ Misses 50 48 -2
Partials 4 4
☔ View full report in Codecov by Sentry. |
Pierre-Sassoulas
left a comment
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.
So much work done here 😄 ! Enabling more linters can wait for later imo
My bad I thougth it was a mistake in a changelog 😅 |
988ff6c to
328eb0b
Compare
Store all tools' configurations in `pyproject.toml`, even if right now only the `setup.py` file is used. Keep `.pylintrc` separately. It is 300 lines; default `--generate-toml-config` gives 600 😅 Comment-out hooks that need >0 work to be green. Signed-off-by: Stavros Ntentos <[email protected]>
Signed-off-by: Stavros Ntentos <[email protected]>
Signed-off-by: Stavros Ntentos <[email protected]>
328eb0b to
ff18b58
Compare
Store all tools' configurations in
pyproject.toml,even if right now only the
setup.pyfile is used.Keep
.pylintrcseparately.It is 300 lines; default
--generate-toml-configgives 600 😅Comment-out hooks that need >0 work to be green.
Signed-off-by: Stavros Ntentos [email protected]
Enable https://github.com/asottile/pyupgrade +
.git-blame-ignore-revsSigned-off-by: Stavros Ntentos [email protected]