summaryrefslogtreecommitdiffstats
path: root/psycopg_pool/.flake8
diff options
context:
space:
mode:
Diffstat (limited to 'psycopg_pool/.flake8')
-rw-r--r--psycopg_pool/.flake83
1 files changed, 3 insertions, 0 deletions
diff --git a/psycopg_pool/.flake8 b/psycopg_pool/.flake8
new file mode 100644
index 0000000..2ae629c
--- /dev/null
+++ b/psycopg_pool/.flake8
@@ -0,0 +1,3 @@
+[flake8]
+max-line-length = 88
+ignore = W503, E203