diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7efc704..1f18451 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: '9.0.0a3' + rev: '9.0.0b1' hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: '26.3.1' + rev: '26.5.1' hooks: - id: black language_version: python3 # Should be a command that runs python3.6+