diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f84d77..eb68a8b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,11 +9,11 @@ repos: hooks: - id: yesqa - repo: https://github.com/PyCQA/isort - rev: '7.0.0' + rev: '9.0.0b1' hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: '25.11.0' + rev: '26.5.1' hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ @@ -31,7 +31,7 @@ repos: - id: check-symlinks - id: debug-statements - repo: https://github.com/asottile/pyupgrade - rev: 'v3.21.1' + rev: 'v3.21.2' hooks: - id: pyupgrade args: ['--py36-plus'] @@ -41,7 +41,7 @@ repos: - id: flake8 exclude: "^docs/" - repo: https://github.com/rhysd/actionlint - rev: v1.7.8 + rev: v1.7.12 hooks: - id: actionlint-docker args: @@ -52,7 +52,7 @@ repos: - -ignore - 'SC1004:' - repo: https://github.com/sirosen/check-jsonschema - rev: 0.35.0 + rev: 0.37.4 hooks: - id: check-github-actions ci: