summaryrefslogtreecommitdiffstats
path: root/psycopg/.flake8
diff options
context:
space:
mode:
Diffstat (limited to 'psycopg/.flake8')
-rw-r--r--psycopg/.flake86
1 files changed, 6 insertions, 0 deletions
diff --git a/psycopg/.flake8 b/psycopg/.flake8
new file mode 100644
index 0000000..67fb024
--- /dev/null
+++ b/psycopg/.flake8
@@ -0,0 +1,6 @@
+[flake8]
+max-line-length = 88
+ignore = W503, E203
+per-file-ignores =
+ # Autogenerated section
+ psycopg/errors.py: E125, E128, E302