dtk-template/.flake8

5 lines
87 B
Plaintext
Raw Permalink Normal View History

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