diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |