mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
8 lines
148 B
INI
8 lines
148 B
INI
|
[flake8]
|
||
|
filename = *.py,autojump
|
||
|
exclude = argparse.py,autojump_ipython.py
|
||
|
ignore = E126
|
||
|
max-line-length = 85
|
||
|
max-complexity = 10
|
||
|
hang-closing = 1
|