diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2ad6eb..96686a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -16,20 +16,20 @@ repos: - id: no-commit-to-branch name: no-commit-to-main-branch - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.0 + rev: 0.37.0 hooks: - id: check-github-workflows name: validate github workflows - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.9.1 hooks: - id: nbstripout - repo: https://github.com/psf/black/ - rev: 24.2.0 + rev: 26.3.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 8.0.1 hooks: - id: isort - repo: local