mirror of
https://github.com/encounter/dtk-template.git
synced 2025-10-04 08:19:35 +00:00
5 lines
87 B
INI
5 lines
87 B
INI
[flake8]
|
|
# E203: whitespace before ':'
|
|
# E501: line too long
|
|
extend-ignore = E203,E501
|