Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down
Loading