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

6 lines
94 B

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