diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..597c6d5 --- /dev/null +++ b/setup.cfg @@ -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