diff options
-rw-r--r-- | setup.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,5 +13,7 @@ ignore = # E305: expected 2 blank lines after class or function definition, found 1 E305, # E401: multiple imports on one line - E401 + E401, + # too many leading '#' for block comment + E266 max-line-length = 120 |