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