From 32c4e83ff963476cebef6a4c08d8b57ae604c454 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 12 Mar 2022 14:50:39 +0000 Subject: [PATCH] .flake8: Some tuning for EDDN specifically --- .flake8 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.flake8 b/.flake8 index 6c8327e..dd85a17 100644 --- a/.flake8 +++ b/.flake8 @@ -1,15 +1,12 @@ [flake8] # Show exactly where in a line the error happened -#show-source = True +show-source = True max-line-length = 120 -# Add _ as a builtin for localisation stuff -builtins = _ # check syntax in doctests doctests = True max-complexity = 15 -per-file-ignores = ./EDMC.py:E402 # Plugin configs # required plugins: