2021-08-06 12:42:29 +03:00

16 lines
260 B
INI

[flake8]
exclude = docs,.git,log,debug,venv
line_length = 180
max-line-length = 180
ignore = D100,D101,D102,D103,E203
[pycodestyle]
line_length = 180
max-line-length = 180
exclude = .git,log,debug,venv, build
[isort]
multi_line_output = 2
line_length = 180