diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b647b1..8df24e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,17 +1,17 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace -- repo: https://github.com/psf/black - rev: 24.8.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.5.1 hooks: - id: black args: [--line-length=80] - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 9.0.1 hooks: - id: isort name: isort (python)