mirror of
https://gitflic.ru/project/alt-gnome/karkas.git
synced 2024-12-24 08:34:42 +03:00
9 lines
132 B
INI
9 lines
132 B
INI
[flake8]
|
|
per-file-ignores =
|
|
__init__.py:F401
|
|
max-line-length = 88
|
|
count = true
|
|
extend-ignore = E203,E701
|
|
|
|
extend-select = TC010
|