diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f16c538..8880bc6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ exclude: ^frontend/src/routeTree.gen.ts$ repos: - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black language_version: python3 @@ -54,7 +54,7 @@ repos: - https://github.com/packit/dashboard.git stages: [manual, pre-push] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.0 + rev: 0.31.1 hooks: - id: check-github-workflows args: ["--verbose"]