Added flake8 to requirements-dev.txt, added flake8 config file

This commit is contained in:
StNicolay 2022-11-30 20:06:04 +03:00
parent 6cd8091fde
commit 138ec55ae5
2 changed files with 3 additions and 0 deletions

2
.flake8 Normal file
View File

@ -0,0 +1,2 @@
[flake8]
exclude=.git,__pycache__,venv

View File

@ -1 +1,2 @@
black
flake8