diff options
-rw-r--r-- | setup.cfg | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,2 +1,7 @@ [flake8] -max-line-length = 999 +ignore = + # E261: at least two spaces before inline comment + E261, + # E501: line too long + E501 +max-line-length = 120 |