fix: disable max-line-length

This commit is contained in:
eggplants
2022-02-04 04:43:16 +09:00
parent 1227c0801c
commit 18b8992ec4

View File

@@ -63,7 +63,7 @@ profile = black
[flake8]
indent-size = 4
max-line-length = 88
# max-line-length = 88
extend-ignore = E203,W503,E501,W605
[mypy]