11 lines
195 B
INI
11 lines
195 B
INI
[flake8]
|
|
ignore = E203, E266, E501, W503, F403, F401, E302, E722, E265
|
|
max-line-length = 79
|
|
max-complexity = 18
|
|
select = B,C,E,F,W,T4,B9
|
|
|
|
[tool.black]
|
|
line-length = 120
|
|
|
|
[isort]
|
|
line_length = 120 |