diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d7a918c..8cd7d25 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,14 +19,14 @@ repos: - id: ruff-format - repo: https://github.com/allganize/ty-pre-commit - rev: v0.0.55 + rev: v0.0.56 hooks: # Run the type checker. - id: ty-check exclude: .*test.*.py$ - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.24 + rev: v0.2.28 hooks: - id: rumdl-fmt # Auto-format (fixes what it can)