Skip to content

Commit

Permalink
chore: have mypy import stub libraries by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Jan 26, 2024
1 parent d8aa03b commit b0ede56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
isort --check .
- name: Run type-check
run: mypy .
run: mypy --install-types --non-interactive .
2 changes: 2 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[mypy]
python_version = 3.11

0 comments on commit b0ede56

Please sign in to comment.