diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81bdf68..7d06495 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - --markdown-linebreak-ext=md - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.9" + rev: "v0.15.20" hooks: - id: ruff args: @@ -26,7 +26,7 @@ repos: - --target-version=py39 - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black args: @@ -41,7 +41,7 @@ repos: # - "--py39-plus" - repo: https://github.com/pycqa/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort args: