feat: configure pre-commit for avlos.

Adds a default monkey patched setup for the avlos developers group.
This commit is contained in:
Tim Ioannidis 2021-05-08 15:56:14 -04:00 committed by shamangeorge
parent 9b18686168
commit 7dbbb65063
6 changed files with 153 additions and 2 deletions

View file

@ -32,6 +32,7 @@ install_requires =
virtualenv>=20.0.8
importlib-metadata;python_version<"3.8"
importlib-resources<5.3;python_version<"3.7"
GitPython>=3.1.14
python_requires = >=3.6.1
[options.packages.find]