Skip to content

Commit

Permalink
only pyright src, not tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap authored and ZohebShaikh committed Apr 30, 2024
1 parent 06082ae commit ab47eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ allowlist_externals =
sphinx-autobuild
commands =
pre-commit: pre-commit run --all-files --show-diff-on-failure {posargs}
type-checking: pyright src tests {posargs}
type-checking: pyright src {posargs}
tests: pytest --cov=ophyd_async --cov-report term --cov-report xml:cov.xml {posargs}
docs: sphinx-{posargs:build -EW --keep-going} -T docs build/html
"""
Expand Down

0 comments on commit ab47eb5

Please sign in to comment.