diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b6333cf..e8edb66 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,11 +24,11 @@ repos: - --remove-duplicate-keys - --remove-unused-variables - repo: 'https://github.com/pycqa/isort' - rev: 9.0.0a3 + rev: 9.0.0b1 hooks: - id: isort - repo: 'https://github.com/ambv/black' - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black - repo: 'https://github.com/PyCQA/flake8'