diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c0d810f..c8301f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - "--py39-plus" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.8.6" + rev: "v0.9.4" hooks: - id: ruff args: @@ -46,7 +46,7 @@ repos: - --target-version=py39 - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort args: @@ -55,7 +55,7 @@ repos: - --filter-files - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black args: