typecheck.sh: deduplicate files
This commit is contained in:
parent
1ee38a3fb4
commit
882e95b823
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
git ls-files \*.py | xargs mypy --pretty --install-types --ignore-missing-imports "$@"
|
||||
git ls-files \*.py | sort -u | xargs mypy --pretty --install-types --ignore-missing-imports "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue