diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 595da20..9ca6dd0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,8 +7,8 @@ repos: - id: trailing-whitespace - id: check-yaml - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.8.4' + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.9.1' hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] @@ -26,7 +26,7 @@ repos: - id: pyupgrade - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.30.0 + rev: 0.31.0 hooks: - id: check-dependabot args: ["--verbose"] @@ -42,7 +42,7 @@ repos: ['--license-filepath', 'copyright.txt', '--no-extra-eol'] - repo: https://github.com/rhysd/actionlint - rev: v1.7.5 + rev: v1.7.6 hooks: - id: actionlint args: [-ignore, SC] @@ -53,6 +53,6 @@ repos: - id: validate-pyproject - repo: https://github.com/crate-ci/typos - rev: v1.29.0 + rev: dictgen-v0.3.1 hooks: - id: typos