mirror of
https://github.com/wassname/kair_algorithms_draft.git
synced 2026-09-10 12:14:41 +08:00
6 lines
107 B
INI
Executable File
6 lines
107 B
INI
Executable File
[flake8]
|
|
ignore = E203, E266, E501, W503
|
|
max-line-length = 88
|
|
max-complexity = 18
|
|
select = B,C,E,F,W,T4,B9
|