Files
ac-decomp/.flake8
T
Luke Street 1b0b96665a Migrate to dtk-template
Co-authored-by: NWPlayer123 <NWPlayer123@users.noreply.github.com>
2024-10-28 19:18:21 -06:00

5 lines
87 B
INI

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