diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39e5a5d1..ba8eebe4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: hooks: - id: absolufy-imports - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.14.14' + rev: 'v0.15.0' hooks: - id: ruff-check - id: ruff-format @@ -46,7 +46,7 @@ repos: additional_dependencies: - hypothesis - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.24.1 + rev: v0.25 hooks: - id: validate-pyproject - repo: https://github.com/kieran-ryan/pyprojectsort @@ -64,7 +64,7 @@ repos: hooks: - id: pyroma - repo: https://github.com/rohaquinlop/complexipy-pre-commit - rev: v4.2.0 + rev: v5.1.0 hooks: - id: complexipy ...