mirror of
https://github.com/MetaProvide/talked.git
synced 2024-12-22 04:08:40 +00:00
5 lines
80 B
INI
5 lines
80 B
INI
[flake8]
|
|
max-line-length = 80
|
|
select = B,C,E,F,W,B950
|
|
ignore = E203, E501, W503
|