diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 71f509c..86d1e32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: "check-useless-excludes" - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.5.0" + rev: "v4.6.0" hooks: - id: "check-yaml" - id: "check-added-large-files" @@ -24,7 +24,7 @@ repos: - id: "update-headers" - repo: "https://github.com/psf/black-pre-commit-mirror" - rev: "24.3.0" + rev: "24.4.2" hooks: - id: "black" @@ -66,7 +66,7 @@ repos: pass_filenames: false - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.28.1" + rev: "0.28.2" hooks: - id: "check-github-workflows" - id: "check-dependabot"