Skip to content

Commit

Permalink
Tweak mypy runner for internal mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 25, 2024
1 parent b6b3011 commit 33a71d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-mypy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -ex

mypy --show-error-codes pytools

mypy --strict --follow-imports=skip pytools/datatable.py pytools/persistent_dict.py
mypy --strict --follow-imports=silent pytools/datatable.py pytools/persistent_dict.py

0 comments on commit 33a71d4

Please sign in to comment.