diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7a3680086c..f66d350699 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/codespell-project/codespell - rev: v2.4.0 + rev: v2.4.1 hooks: - id: codespell additional_dependencies: [tomli] @@ -17,7 +17,7 @@ repos: - id: mypy - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.3 + rev: v0.9.4 hooks: - id: ruff args: ["--fix", "--exit-non-zero-on-fix", "--config", "pyproject.toml"]