mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05:00
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
Reference in a new issue