Skip to content
Open
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
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ repos:
require_serial: true
language: unsupported
pass_filenames: false

- id: local-ty
name: ty check
entry: uv run ty check src
require_serial: true
language: unsupported
pass_filenames: false
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ tests = [
"pytest>=8.3.5",
"ruff==0.15.4",
"smokeshow>=0.5.0",
"ty>=0.0.9",
"typing-extensions>=4.13.2 ; python_full_version < '3.9'",
]

Expand Down
1 change: 1 addition & 0 deletions scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ set -e
set -x

mypy src
ty check src
ruff check src tests scripts
ruff format src tests --check
28 changes: 28 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading