mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
6 lines
94 B
INI
6 lines
94 B
INI
[flake8]
|
|
filename = *.py,autojump
|
|
ignore = E126,E128
|
|
max-line-length = 79
|
|
max-complexity = 10
|