mirror of
https://github.com/bnmgh1/NodeSandbox.git
synced 2025-04-22 06:11:20 +08:00
5 lines
121 B
INI
5 lines
121 B
INI
[flake8]
|
|
max-complexity = 101
|
|
max-line-length = 88
|
|
extend-ignore = E203 # whitespace before ':' to agree with psf/black
|