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

fix precommit #75

Merged
merged 27 commits into from
Jan 27, 2021
Merged

fix precommit #75

merged 27 commits into from
Jan 27, 2021

Conversation

geospatial-jeff
Copy link
Collaborator

@geospatial-jeff geospatial-jeff commented Jan 26, 2021

  • Fixes precommit config so black/isort don't conflict.
  • Re-lints files.

@geospatial-jeff geospatial-jeff changed the base branch from master to update-database-connection January 26, 2021 03:20
@@ -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']
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

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.

Base automatically changed from update-database-connection to master January 26, 2021 23:18
@geospatial-jeff geospatial-jeff merged commit 84598a8 into master Jan 27, 2021
@geospatial-jeff geospatial-jeff deleted the fix-precommit branch January 27, 2021 00:15
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.

2 participants