diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 47cad69..087a384 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-merge-conflict - id: check-toml - repo: https://github.com/PyCQA/isort - rev: "8.0.1" + rev: "9.0.0a3" hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror @@ -23,7 +23,7 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.15.10' + rev: 'v0.15.12' hooks: - id: ruff - repo: https://github.com/asottile/pyupgrade