Skip to content

Commit c7471e5

Browse files
committed
Adjust limit for ruff linter
1 parent 3b424af commit c7471e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ exclude = [
9595
".nox", ".pants.d", ".pytype", ".ruff_cache", ".svn", ".tox", ".venv",
9696
"__pypackages__", "_build", "buck-out", "build", "dist", "node_modules", "venv"
9797
]
98-
line-length = 65000
98+
line-length = 320
9999
preview = true
100100

101101
[tool.ruff.lint]

0 commit comments

Comments
 (0)