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

7 lines
131 B
INI

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