diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fed197b..185a110 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.0 hooks: - id: black language_version: python3.10 @@ -14,7 +14,7 @@ repos: - id: flake8 args: ["--max-line-length", "110"] - repo: https://github.com/PyCQA/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort - repo: https://github.com/asottile/pyupgrade