Flake8: Set max line length to 135.

This commit is contained in:
Steven Black
2022-07-25 10:04:31 -04:00
parent c5a79cec41
commit 28159b5f2c

View File

@@ -1,5 +1,5 @@
[flake8]
max-line-length = 120
max-line-length = 140
extend-ignore = E203
[isort]