Add linting workflow

This commit is contained in:
Matteo Bertucci
2021-01-14 09:44:52 +01:00
parent 3fd070021e
commit 39d4344fbf
3 changed files with 80 additions and 0 deletions

9
requirements-dev.txt Normal file
View File

@ -0,0 +1,9 @@
flake8~=3.8.4
flake8-annotations~=2.4.1
flake8-bugbear~=20.1.4
flake8-docstrings~=1.5.0
flake8-import-order~=0.18.1
flake8-string-format~=0.3.0
flake8-tidy-imports~=4.1.0
flake8-todo~=0.7
pep8-naming~=0.11.1