summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMagnus Hagander2019-01-03 21:00:32 +0000
committerMagnus Hagander2019-01-03 21:00:32 +0000
commitf668603f0091089ff0e4e3f0fd4f1cff3871ba04 (patch)
tree50bead42fb6ac17440870f30a0badd6e1202d5b6 /setup.cfg
parent1632a546c63b8cfadafbb26bd5a394b50ba0d5dd (diff)
Add pep8 commit hook and config filepy3
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..5e3912a
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,5 @@
+[pycodestyle]
+statistics=True
+exclude=loader/legacy/*
+ignore=E402,E501,E741
+;max-line-length=120