]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Flake8 configured to deal with the psycopg3 dir
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 23 Aug 2020 18:22:29 +0000 (19:22 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 23 Aug 2020 18:22:29 +0000 (19:22 +0100)
psycopg3/tox.ini

index f5f2097589214bbfcf028a20e7f0ab57f12fee70..28fa9ea4df162350188a5928cb405f0b874c7359 100644 (file)
@@ -7,3 +7,7 @@ commands =
     pytest ../tests {posargs}
 passenv = PG* PSYCOPG3_TEST_DSN PYTEST_ADDOPTS PSYCOPG3_IMPL
 extras = test
+
+[flake8]
+max-line-length = 85
+ignore = W503, E203