diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a03bee6..23a125c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,8 +8,8 @@ repos: - id: trailing-whitespace - id: check-yaml - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.9.1' + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.9.2' hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] @@ -35,7 +35,7 @@ repos: args: ["--verbose"] - repo: https://github.com/rhysd/actionlint - rev: v1.7.6 + rev: v1.7.7 hooks: - id: actionlint args: [-ignore, SC] @@ -46,7 +46,7 @@ repos: - id: validate-pyproject - repo: https://github.com/crate-ci/typos - rev: v1.29.4 + rev: dictgen-v0.3.1 hooks: - id: typos exclude: ^\.gitignore$