aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-08 04:41:11 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-08 04:41:11 +0200
commitba1516c255f7167b696ca7f4c6db2846cf6bb046 (patch)
treec1794abe263034300efce07bb629cb10edc5ddd5 /setup.cfg
parentwork (diff)
downloadpuppet-classifier-ba1516c255f7167b696ca7f4c6db2846cf6bb046.tar.gz
puppet-classifier-ba1516c255f7167b696ca7f4c6db2846cf6bb046.tar.xz
work
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..029b063
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,6 @@
+[mypy]
+plugins = sqlalchemy.ext.mypy.plugin
+
+[flake8]
+max-line-length = 100
+ignore = E266 # Too many leading "#"