tanshu
40f1f59f9d
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
4 lines
96 B
INI
4 lines
96 B
INI
[flake8]
|
|
max-line-length = 120
|
|
exclude = .git,__pycache__,__init__.py,.mypy_cache,.pytest_cache
|