1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00
wting_autojump/setup.cfg

8 lines
148 B
INI
Raw Normal View History

2013-12-28 14:03:44 +00:00
[flake8]
filename = *.py,autojump
exclude = argparse.py,autojump_ipython.py
ignore = E126
max-line-length = 85
max-complexity = 10
hang-closing = 1