diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c7f744da74..ece19e9022 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,7 +60,7 @@ repos: - black==25.1.0 - repo: https://github.com/crate-ci/typos - rev: v1.31.0 + rev: v1.31.1 hooks: - id: typos @@ -74,7 +74,7 @@ repos: pass_filenames: false # This makes it a lot faster - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.2 + rev: v0.11.4 hooks: - id: ruff-format - id: ruff