diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e6cb880..a082813 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: "slyp" - repo: "https://github.com/psf/black-pre-commit-mirror" - rev: "24.10.0" + rev: "25.1.0" hooks: - id: "black" @@ -74,7 +74,7 @@ repos: pass_filenames: false - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.31.0" + rev: "0.31.1" hooks: - id: "check-github-workflows" - id: "check-dependabot"