diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b55ab2b..a5b3631 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: args: - --remove - repo: https://github.com/PyCQA/isort - rev: "6.0.0" + rev: "6.0.1" hooks: - id: isort - repo: https://github.com/psf/black @@ -26,7 +26,7 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.9.7' + rev: 'v0.9.9' hooks: - id: ruff - repo: https://github.com/asottile/pyupgrade