Petari/.flake8
2024-09-23 21:17:42 -04:00

5 lines
87 B
INI

[flake8]
# E203: whitespace before ':'
# E501: line too long
extend-ignore = E203,E501