erepublik-ebot/.flake8
2022-07-04 10:44:45 +03:00

5 lines
93 B
INI

[flake8]
ignore = E203,E722,W503
exclude = .git,__pycache__,venv,debug
max-line-length = 120