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

add flake8 config file

This commit is contained in:
William Ting 2013-12-28 08:03:44 -06:00
parent 80a3f0da4d
commit 895b9281f0

7
setup.cfg Normal file
View File

@ -0,0 +1,7 @@
[flake8]
filename = *.py,autojump
exclude = argparse.py,autojump_ipython.py
ignore = E126
max-line-length = 85
max-complexity = 10
hang-closing = 1