diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5656be..d9adfa2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: "check-useless-excludes" - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.6.0" + rev: "v5.0.0" hooks: - id: "check-added-large-files" - id: "check-merge-conflict" @@ -25,7 +25,7 @@ repos: - id: "trailing-whitespace" - repo: "https://github.com/asottile/pyupgrade" - rev: "v3.17.0" + rev: "v3.19.1" 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: "24.8.0" + rev: "24.10.0" hooks: - id: "black" @@ -50,12 +50,12 @@ repos: - "flake8-bugbear==24.8.19" - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.29.2" + rev: "0.30.0" hooks: - id: "check-dependabot" - id: "check-github-workflows" - repo: "https://github.com/rhysd/actionlint" - rev: "v1.7.1" + rev: "v1.7.6" hooks: - id: "actionlint"