Moved from setup.py and requirements.txt to poetry
  Added flake8 and black to dev dependencies. Now I need to integrate them with pre commit hooks
This commit is contained in:
2020-10-07 20:44:05 +05:30
parent 4e05131b41
commit 40f1f59f9d
8 changed files with 35 additions and 133 deletions

3
.flake8 Normal file
View File

@ -0,0 +1,3 @@
[flake8]
max-line-length = 120
exclude = .git,__pycache__,__init__.py,.mypy_cache,.pytest_cache