Increase max line length in flake8 and black configurations to 88

This commit is contained in:
William Valentin
2025-07-24 09:09:33 -07:00
parent 879dcf78bf
commit 651e699abb
3 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[flake8]
ignore = E203, E266, E501, W503, F403, F401
max-line-length = 79
max-line-length = 88
max-complexity = 18
select = B,C,E,F,W,T4,B9

1
Pipfile.lock generated
View File

@@ -616,7 +616,6 @@
"sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484",
"sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"
],
"index": "pypi",
"markers": "python_version >= '3.8'",
"version": "==25.0"
},

View File

@@ -1,5 +1,5 @@
[tool.black]
line-length = 79
line-length = 88
include = '\.pyi?$'
exclude = '''
/(