1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00
wting_autojump/setup.cfg

6 lines
89 B
INI
Raw Normal View History

2013-12-28 14:03:44 +00:00
[flake8]
filename = *.py,autojump
ignore = E126
2013-12-28 17:34:13 +00:00
max-line-length = 79
2013-12-28 14:03:44 +00:00
max-complexity = 10