forked from HAL9000/cleveragents-core
ci(pyproject.toml): force the version of ruff
ruff should now be version 0.15.
This commit is contained in:
+1
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user