Write Django cmd for running lint (#100)

* Write Django cmd for running lint

* Respond to PR feedback
This commit is contained in:
Seamus Johnston 2022-09-02 18:42:40 +00:00 committed by GitHub
parent 49cf72fee2
commit 196e4b8fd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 330 additions and 3 deletions

View file

@ -14,4 +14,9 @@ psycopg2-binary = "*"
[dev-packages]
django-debug-toolbar = "*"
nplusone = "*"
nplusone = "*"
bandit = "*"
black = "*"
flake8 = "*"
mypy = "*"
types-requests = "*"