diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f82e1dfd..18286e77 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: exclude: "\\.xml" - repo: "https://github.com/asottile/pyupgrade" - rev: "v3.21.0" + rev: "v3.21.2" hooks: - id: "pyupgrade" name: "Enforce Python 3.10+ idioms" @@ -34,7 +34,7 @@ repos: - "--py310-plus" - repo: "https://github.com/psf/black-pre-commit-mirror" - rev: "25.9.0" + rev: "25.11.0" hooks: - id: "black" @@ -52,19 +52,19 @@ repos: - "flake8-bugbear==24.12.12" - repo: "https://github.com/editorconfig-checker/editorconfig-checker" - rev: "v3.4.1" + rev: "v3.6.0" hooks: - id: "editorconfig-checker" - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.34.1" + rev: "0.35.0" hooks: - id: "check-dependabot" - id: "check-github-workflows" - id: "check-readthedocs" - repo: "https://github.com/rhysd/actionlint" - rev: "v1.7.8" + rev: "v1.7.9" hooks: - id: "actionlint" additional_dependencies: