You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wting_autojump/setup.cfg

7 lines
131 B

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