You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We should run the same or more code validation tools that our Travis runs using https://pre-commit.com/.
Describe the solution you'd like
Pre-commit tool should run a local validation script and verify that new commit doesn't break UT's, doesn't introduce new flake8 warnings etc.
Describe alternatives you've considered
Using git-hooks
We probably want to run black against all of the python code before installing pre-commit. Otherwise, it will reformat the files you've changed that are not already properly formatted before each commit and potentially make your commits more confusing.
Is your feature request related to a problem? Please describe.
We should run the same or more code validation tools that our Travis runs using https://pre-commit.com/.
Describe the solution you'd like
Pre-commit tool should run a local validation script and verify that new commit doesn't break UT's, doesn't introduce new flake8 warnings etc.
Describe alternatives you've considered
Using git-hooks
The text was updated successfully, but these errors were encountered: