1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 14:00:46 +00:00
wting_autojump/setup.cfg
2014-01-18 09:08:36 -06:00

6 lines
94 B
INI

[flake8]
filename = *.py,autojump
ignore = E126,E128
max-line-length = 79
max-complexity = 10