Skip to content

Commit

Permalink
Run mypy on the configured mypy.files
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jan 21, 2025
1 parent 6c55c1d commit 5f76cc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install ".[lint]"
- name: Type check with mypy
run: mypy breathe tests
run: mypy

twine:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ ruff:

.PHONY: type-check
type-check:
mypy breathe tests
mypy
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ goto end
goto end

:type-check
mypy breathe tests
mypy
goto end

:version-check
Expand Down

0 comments on commit 5f76cc8

Please sign in to comment.