2021-04-10 00:35:47 +08:00
|
|
|
[flake8]
|
2023-04-17 16:37:33 +08:00
|
|
|
ignore = W503,W605,E203
|
2021-04-10 00:35:47 +08:00
|
|
|
max-complexity = 27
|
|
|
|
max-line-length = 125
|
2024-08-16 09:58:13 +08:00
|
|
|
multi_line_output=3
|
2021-04-10 00:35:47 +08:00
|
|
|
show-source = True
|
|
|
|
statistics = True
|
|
|
|
|
|
|
|
[isort]
|
|
|
|
profile = black
|