Skip to content

Commit ff6ce24

Browse files
committed
chore: remove package name from mypy ci
1 parent 4de0561 commit ff6ce24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-uv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uv run --frozen ruff check --output-format=github .
6363
- name: Mypy (typing check)
6464
if: ${{ inputs.run-mypy }}
65-
run: uv run --frozen mypy ${{ inputs.package-name }}
65+
run: uv run --frozen mypy
6666
- name: Interrogate (docstring coverage)
6767
run: uv run --frozen interrogate -v
6868
- name: Codespell (typo checker)

0 commit comments

Comments
 (0)