summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2024-12-20 22:25:32 +0000
committerMagnus Hagander2024-12-20 22:25:32 +0000
commit7cd0c6e8271a61335be68ab405ee9f92c548f407 (patch)
treef1354b83dee6f63f2b917b6cdc7dd79b2a7a76da
parent4dcda7e69cb58ab3dbce70700b50287dbceffa0d (diff)
Add missing setup.cfg
Seems I forgot to git add this ages ago :/ Spotted by Jelte Fennema-Nio
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..1bf7d72
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,4 @@
+[pycodestyle]
+statistics=True
+ignore=E402,E501
+max-line-length=120