1
0
Fork 0
iredis/.flake8

6 lines
128 B
Text
Raw Normal View History

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