chore(deps): update dependency ruff to v0.6.1
This commit is contained in:
parent
3def14567e
commit
605ae2c909
|
@ -52,7 +52,7 @@ development = "python function/main.py --insecure --debug"
|
||||||
type = "virtual"
|
type = "virtual"
|
||||||
detached = true
|
detached = true
|
||||||
path = ".venv-lint"
|
path = ".venv-lint"
|
||||||
dependencies = ["ruff==0.6.0"]
|
dependencies = ["ruff==0.6.1"]
|
||||||
|
|
||||||
[tool.hatch.envs.lint.scripts]
|
[tool.hatch.envs.lint.scripts]
|
||||||
check = "ruff check function tests && ruff format --diff function tests"
|
check = "ruff check function tests && ruff format --diff function tests"
|
||||||
|
|
Loading…
Reference in New Issue