diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5663c10..0c5b0a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.1.0 + rev: 26.3.0 hooks: - id: black - repo: https://github.com/pycqa/isort/ - rev: 7.0.0 + rev: 8.0.1 hooks: - id: isort