Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 531 Bytes

File metadata and controls

20 lines (13 loc) · 531 Bytes

python-pkg

Code style: black

TODO: Update title, add basic description.

Pre-commit

This package uses pre-commit to ensure commits meet minimum criteria. To Install, use

pip install pre-commit
pre-commit install

This will ensure git hooks are run before each commit. While it is not advised to do so, you can skip these hooks with

git commit --no-verify -m "commit message"