1
0
Fork 0
iredis/.flake8
Daniel Baumann 031879240c
Adding upstream version 1.9.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 16:57:44 +01:00

5 lines
128 B
INI

[flake8]
ignore = D203,W503,W605,C901,E203
exclude = .git,__pycache__,build,dist,venv
max-complexity = 14
max-line-length = 120