chore(deps): update dependency ruff to v0.11.5
All checks were successful
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 51s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 1m2s

This commit is contained in:
Renovate 2025-04-10 17:24:43 +00:00
parent 89c1495155
commit ecc28e1218
Signed by: Renovate
GPG key ID: C42AFED545031BE9
2 changed files with 22 additions and 22 deletions

View file

@ -33,7 +33,7 @@ documentation = [
]
[tool.uv]
dev-dependencies = ["pylint==3.3.6", "ruff==0.11.2", "sqlite-web==0.6.4"]
dev-dependencies = ["pylint==3.3.6", "ruff==0.11.5", "sqlite-web==0.6.4"]
[tool.uv.sources]
py-dactyl = { git = "https://github.com/iamkubi/pydactyl", tag = "v2.0.5" }