ci(pyproject.toml): force the version of ruff
CI / lint (pull_request) Failing after 16s
CI / typecheck (pull_request) Successful in 27s
CI / coverage (pull_request) Has been skipped
CI / security (pull_request) Successful in 18s
CI / quality (pull_request) Failing after 15s
CI / behave (3.11) (pull_request) Failing after 11s
CI / behave (3.12) (pull_request) Failing after 11s
CI / behave (3.13) (pull_request) Failing after 13s
CI / docker (pull_request) Has been skipped
CI / helm (pull_request) Has been skipped
CI / build (pull_request) Failing after 14s

ruff should now be version 0.15.
This commit is contained in:
2026-02-12 02:07:59 +00:00
parent 3c63a4c132
commit 1774debbc4
+1 -2
View File
@@ -45,11 +45,10 @@ dependencies = [
"RestrictedPython>=7.0", # Secure sandbox for user-supplied code
]
[project.optional-dependencies]
dev = [
# Code formatting and linting
"ruff>=0.1.0",
"ruff>=0.15.0,<0.16.0",
# Type checking
"pyright>=1.1.350",
"types-pyyaml>=6.0.0",