aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 823c84d..b3adc59 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,5 +15,7 @@ ignore =
# E401: multiple imports on one line
E401,
# too many leading '#' for block comment
- E266
+ E266,
+ # module level import not at top of file
+ E402
max-line-length = 120