diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f63cfc..fc3a9a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: debug-statements - id: end-of-file-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.1 + rev: v0.14.3 hooks: - id: ruff-format - id: ruff @@ -24,6 +24,6 @@ repos: - id: mypy exclude: ^docs/ - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.4 + rev: 0.9.7 hooks: - id: uv-lock