aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 02c9d45..59bac7f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,3 +11,17 @@ python_files=test/*test_*.py
[upload]
sign = 1
identity = C4DAFEE1
+
+[flake8]
+enable-extensions = G
+# E203 is due to https://github.com/PyCQA/pycodestyle/issues/373
+ignore =
+ A003,
+ D,
+ E203,E305,E711,E712,E721,E722,E741,
+ N801,N802,N806,
+ RST304,RST303,RST299,RST399,
+ W503,W504
+exclude = .venv,.git,.tox,dist,docs/*,*egg,build
+import-order-style = google
+application-import-names = mako,test