chore: set max line length to 58 chars in Ruff config
Mirror and run GitLab CI / build (push) Waiting to run

This commit is contained in:
admin
2026-06-18 18:10:06 +00:00
parent 6640bc050d
commit 36b0b6f241
+3
View File
@@ -72,6 +72,9 @@ scraibe = "scraibe.cli:cli"
[tool.poetry.extras] [tool.poetry.extras]
app = ["scraibe-webui"] app = ["scraibe-webui"]
[tool.ruff]
line-length = 58
[tool.ruff.lint.extend-per-file-ignores] [tool.ruff.lint.extend-per-file-ignores]
"__init__.py" = ["E402", "F403", "F401"] "__init__.py" = ["E402", "F403", "F401"]
"scraibe/misc.py" = ["E722"] "scraibe/misc.py" = ["E722"]