mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
5 lines
190 B
INI
5 lines
190 B
INI
[flake8]
|
|
# See http://pep8.readthedocs.io/en/latest/intro.html#configuration
|
|
ignore = E121, E123, E126, E133, E226, E241, E242, E704, W503, E402
|
|
max-line-length = 99
|
|
filename = *.py, +.lint
|