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

This commit is contained in:
Renovate 2025-04-03 13:31:45 +00:00
parent d3f9131afc
commit 39440b5f0f
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.3", "sqlite-web==0.6.4"]
[tool.uv.sources]
py-dactyl = { git = "https://github.com/iamkubi/pydactyl", tag = "v2.0.5" }