stvid/setup.cfg

5 lines
82 B
INI

[flake8]
max-complexity = 25
max-line-length = 99
ignore = F403, W504, E226, W503