mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
5 lines
No EOL
188 B
INI
5 lines
No EOL
188 B
INI
[flake8]
|
|
ignore = D203, H501, F403, F401, C901, W503
|
|
exclude = .git, .idea, __pycache__, docs, build, dev, dist, venv, .history, .github, examples
|
|
max-complexity = 10
|
|
max-line-length = 120 |