diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2613ff5..a42b91a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,19 +62,19 @@ repos: args: - --py39-plus - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/sbrunner/jsonschema-validator - rev: 0.3.2 + rev: 1.0.0 hooks: - id: jsonschema-validator files: ^\.github/publish\.yaml$ - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 38.142.7 + rev: 39.169.3 hooks: - id: renovate-config-validator