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

6 lines
94 B
INI
Raw Normal View History

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