mirror of
https://github.com/SpecterOps/Nemesis
synced 2026-06-08 12:36:42 +00:00
8 lines
131 B
INI
8 lines
131 B
INI
[flake8]
|
|
ignore = E231, E241
|
|
max-line-length = 240
|
|
count = true
|
|
max-complexity = 10
|
|
max-cognitive-complexity=20
|
|
exclude =
|
|
.venv |