diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 383f609..5c74d14 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: "7.0.0" + rev: "8.0.0" 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.1' + rev: 'v0.15.2' hooks: - id: ruff - repo: https://github.com/asottile/pyupgrade