-
Notifications
You must be signed in to change notification settings - Fork 50
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
ENH: Pre commit #459
ENH: Pre commit #459
Conversation
for more information, see https://pre-commit.ci
Codecov ReportBase: 98.18% // Head: 98.18% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #459 +/- ##
=======================================
Coverage 98.18% 98.18%
=======================================
Files 39 39
Lines 1877 1877
Branches 324 324
=======================================
Hits 1843 1843
Misses 13 13
Partials 21 21
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
I am merging this to resolve our tests errors and continue working on the conda deployment :) This PR affects no functions but only includes code format changes. |
Adding pre-commit function to the repo.
Corrected some flake8 errors, therefore a lot of file changes :).
Two functionalities:
Update: The CI works (see below for commits)! We do not need to worry about black and flake8 formatting anymore :)
closes #458. Additionally suppresses the warnings for PostGIS tests