fix: update pre-commit hook versions and adjust ruff dependency in pyproject.toml

This commit is contained in:
2025-03-25 18:28:22 +00:00
parent 9c0dca7b15
commit 1019eae9fe
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ dev = [
"pytest>=8.3.4",
"pytest-asyncio>=0.25.0",
"pytest-mock>=3.14.0",
"ruff>=0.9.2"
"ruff"
]
[build-system]