chore: set max line length to 58 chars in Ruff config
Mirror and run GitLab CI / build (push) Waiting to run
Mirror and run GitLab CI / build (push) Waiting to run
This commit is contained in:
@@ -72,6 +72,9 @@ scraibe = "scraibe.cli:cli"
|
||||
[tool.poetry.extras]
|
||||
app = ["scraibe-webui"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 58
|
||||
|
||||
[tool.ruff.lint.extend-per-file-ignores]
|
||||
"__init__.py" = ["E402", "F403", "F401"]
|
||||
"scraibe/misc.py" = ["E722"]
|
||||
|
||||
Reference in New Issue
Block a user