Skip to content
Snippets Groups Projects
Commit 13fb335e authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Updated ruff linter configuration sections

parent 169406b5
No related branches found
No related tags found
No related merge requests found
Pipeline #118568 failed
...@@ -48,6 +48,8 @@ line-length = 120 ...@@ -48,6 +48,8 @@ line-length = 120
[tool.ruff] [tool.ruff]
line-length = 120 line-length = 120
[tool.ruff.lint]
select = [# https://beta.ruff.rs/docs/rules/ select = [# https://beta.ruff.rs/docs/rules/
"F", "F",
"E", "E",
...@@ -108,7 +110,7 @@ ignore = [ ...@@ -108,7 +110,7 @@ ignore = [
] ]
[tool.ruff.isort] [tool.ruff.lint.isort]
known-first-party = ["helpy", "schemas", "wax"] known-first-party = ["helpy", "schemas", "wax"]
required-imports = ["from __future__ import annotations"] required-imports = ["from __future__ import annotations"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment