Skip to content

Commit

Permalink
Improve mypy checking
Browse files Browse the repository at this point in the history
  • Loading branch information
arnasbr committed Sep 12, 2024
1 parent 0f9b9e9 commit eb7c537
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
black . --check --diff
- name: Type check with mypy
run: |
mypy --install-types --non-interactive .
mypy .
- name: Test with pytest
run: |
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ extend-ignore = ["E203"] # See https://github.com/Py
exclude = ["build/", "venv/", "traveltimepy/proto/"]

[tool.mypy]
ignore_missing_imports = true
exclude = "^(traveltimepy/proto/.*|build/.*|venv/.*)$"

[[tool.mypy.overrides]]
Expand Down

0 comments on commit eb7c537

Please sign in to comment.