Skip to content
Merged
Show file tree
Hide file tree
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: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
hooks:
- id: python-use-type-annotations
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.4
rev: v0.15.10
hooks:
- id: ruff-check
types_or: [python, pyi, jupyter]
Expand All @@ -49,6 +49,12 @@ repos:
rev: 0.10.12
hooks:
- id: uv-lock
# Auto-syncs rev pins in this file with versions resolved in uv.lock.
# Placed after uv-lock so it sees a current lockfile.
- repo: https://github.com/tsvikas/sync-with-uv
rev: v0.5.0
hooks:
- id: sync-with-uv
- repo: local
hooks:
- id: local-ty
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Tools:
- [pytest](https://docs.pytest.org/en/): run unit tests
- [ty](https://github.com/astral-sh/ty): type check Python code
- [prek](https://github.com/j178/prek): manage pre-commit hooks (fast, Rust-based)
- [sync-with-uv](https://github.com/tsvikas/sync-with-uv): keep pre-commit hook `rev` pins in sync with `uv.lock`
- [prettier](https://prettier.io/): format YAML and Markdown
- [codespell](https://github.com/codespell-project/codespell): check spelling in source code

Expand Down
Loading
Loading