Project editing and testing configuration bumpf

This commit is contained in:
Jonathan Harker 2024-09-20 16:32:35 +12:00
parent 4011c1fa47
commit 2e4b981aa7
8 changed files with 139 additions and 0 deletions

13
requirements-dev.txt Normal file
View file

@ -0,0 +1,13 @@
-r requirements.txt
# Code lint
autopep8
flake8
# Security
pre-commit
# Unit tests and coverage
pytest
pytest-cov
tox