Description: * Fixed github actions; * Removed requirements.txt; * Fixed CONTRIBUTING.md; * Fixed black and flake8. Signed-off-by: Pavel <win10@list.ru>
7 lines
154 B
INI
7 lines
154 B
INI
[flake8]
|
|
ignore = ANN101, ANN102, W503, S101, CFQ004
|
|
max-complexity = 8
|
|
max-line-length = 88
|
|
import-order-style = pycharm
|
|
exclude = p38venv,.pytest_cache
|