diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 944926a..c603ad3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,15 +19,15 @@ repos: - id: trailing-whitespace exclude: .bumpversion.cfg - repo: https://github.com/timothycrosley/isort - rev: 6.0.1 + rev: 7.0.0 hooks: - id: isort - repo: https://github.com/psf/black - rev: 25.1.0 + rev: 26.1.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.15.1 hooks: - id: ruff args: [ --fix ] @@ -36,7 +36,7 @@ repos: hooks: - id: validate-cff - repo: https://github.com/python-poetry/poetry - rev: 2.1.3 + rev: 2.3.2 hooks: - id: poetry-check - id: poetry-install