diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8460d0..dbf72a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: "trailing-whitespace" - repo: "https://github.com/asottile/pyupgrade" - rev: "v3.20.0" + rev: "v3.21.2" hooks: - id: "pyupgrade" name: "Enforce Python 3.9+ idioms" @@ -33,7 +33,7 @@ repos: - "--py39-plus" - repo: "https://github.com/psf/black-pre-commit-mirror" - rev: "25.9.0" + rev: "25.12.0" hooks: - id: "black" @@ -45,12 +45,12 @@ repos: - "flake8-bugbear==24.8.19" - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.34.0" + rev: "0.36.0" hooks: - id: "check-dependabot" - id: "check-github-workflows" - repo: "https://github.com/rhysd/actionlint" - rev: "v1.7.7" + rev: "v1.7.10" hooks: - id: "actionlint"