Skip to content

Commit

Permalink
run_mypy: drop redundant flag
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 27, 2024
1 parent 062488c commit ec572ad
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 @@ -2,7 +2,7 @@

set -ex

mypy --show-error-codes pytools
mypy pytools

mypy --strict --follow-imports=silent \
pytools/tag.py \
Expand Down

0 comments on commit ec572ad

Please sign in to comment.