Skip to content

Commit

Permalink
silence mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed Jul 10, 2024
1 parent 7e1d6bf commit 8c9c57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/static-code
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ test_ruff() {

if [ "${WITH_PARTIAL_TREE:-0}" = 0 ]; then
test_mypy() {
skip 'no way'
command -v mypy >/dev/null || skip 'no mypy'
for file in $(cat test/mypy-deps 2>/dev/null || true); do
test -e "${file}" || skip "no ${file}"
Expand Down

0 comments on commit 8c9c57b

Please sign in to comment.