diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb5c3b3..7a3f93a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/psf/black - rev: 23.12.1 # Replace by any tag/version: https://github.com/psf/black/tags + rev: 24.10.0 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ @@ -16,7 +16,7 @@ repos: args: [--profile=black] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: check-case-conflict @@ -32,7 +32,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/sirosen/check-jsonschema - rev: 0.27.3 + rev: 0.29.4 hooks: - id: check-jsonschema name: "Check GitHub Workflows"