diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7fa10903a..ada6ff8ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell args: [--write-changes] @@ -30,14 +30,14 @@ repos: exclude: _typos.toml - repo: https://github.com/crate-ci/typos - rev: dictgen-v0.3.1 + rev: typos-dict-v0.12.4 hooks: - id: typos name: typos (add false positives to _typos.toml) exclude: plugins - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 + rev: 0.31.1 hooks: - id: check-github-workflows @@ -63,7 +63,7 @@ repos: exclude: .github/labeler.yml|.pre-commit-search-and-replace.yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.6 + rev: v0.9.4 hooks: - id: ruff name: ruff (see https://docs.astral.sh/ruff/rules)