-
Notifications
You must be signed in to change notification settings - Fork 100
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
fix precommit #75
fix precommit #75
Conversation
geospatial-jeff
commented
Jan 26, 2021
•
edited
Loading
edited
- Fixes precommit config so black/isort don't conflict.
- Re-lints files.
@@ -22,7 +21,7 @@ repos: | |||
# E501 let black handle all line length decisions | |||
# W503 black conflicts with "line break before operator" rule | |||
# E203 black conflicts with "whitespace before ':'" rule | |||
'--ignore=E501,W503,E203'] | |||
'--ignore=E501,W503,E203,C901'] |
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 use profile=black
for isort. https://pycqa.github.io/isort/docs/configuration/black_compatibility/
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.
Oh nevermind I see that elsewhere in the config.