Skip to content
Snippets Groups Projects

Update to Ubuntu24.04

Merged Bartek Wrona requested to merge bw_ubuntu24.04_update into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -48,6 +48,8 @@ line-length = 120
[tool.ruff]
line-length = 120
[tool.ruff.lint]
select = [# https://beta.ruff.rs/docs/rules/
"F",
"E",
@@ -108,7 +110,7 @@ ignore = [
]
[tool.ruff.isort]
[tool.ruff.lint.isort]
known-first-party = ["helpy", "schemas", "wax"]
required-imports = ["from __future__ import annotations"]
Loading