diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [flake8] -ignore = E501 +ignore = E501,E203 exclude = .git,__pycache__,.gitlab max-complexity = 15 max-line-length = 120 |