diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6351b1c..51d4038 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: hooks: - id: absolufy-imports - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.15.21 hooks: - id: ruff-check - id: ruff-format @@ -52,7 +52,7 @@ repos: - id: typos exclude: ^\.specify/scripts/ - repo: https://github.com/facebook/pyrefly-pre-commit - rev: 1.2.0.dev1 + rev: 1.2.0.dev2 hooks: - id: pyrefly-check additional_dependencies: @@ -61,11 +61,11 @@ repos: - ruamel.yaml>=0.18.0 - typer>=0.26.7 - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.28 + rev: v0.2.32 hooks: - id: rumdl-fmt - repo: https://github.com/astral-sh/ty-pre-commit - rev: v0.0.56 + rev: v0.0.59 hooks: - id: ty - repo: https://github.com/rohaquinlop/complexipy-pre-commit