ejabberd-tools/setup.cfg

6 lines
105 B
INI

[flake8]
ignore = E501,E203
exclude = .git,__pycache__,.gitlab
max-complexity = 15
max-line-length = 120