diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9e72f28..ce74370f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -30,19 +30,19 @@ repos: exclude: _typos.toml - repo: https://github.com/crate-ci/typos - rev: v1.23.6 + rev: v1.26.0 hooks: - id: typos name: typos (add false positives to _typos.toml) exclude: plugins - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.29.3 hooks: - id: check-github-workflows - repo: https://github.com/sirosen/texthooks - rev: 0.6.6 + rev: 0.6.7 hooks: - id: fix-smartquotes - id: fix-spaces @@ -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.5.6 + rev: v0.6.9 hooks: - id: ruff name: ruff (see https://docs.astral.sh/ruff/rules)