Skip to content

Commit

Permalink
Add MYPY script
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Nov 19, 2023
1 parent 618f11f commit fdb1bce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MYPY
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

EXTRA="--follow-imports skip" # for now

export PATH=$PATH:~/.local/bin
# XXX ocperf, models, interval*, tl-*
exec mypy --check-untyped-defs $EXTRA toplev.py tl_output.py tl_io.py tl_cpu.py tl_stat.py tl_uval.py

0 comments on commit fdb1bce

Please sign in to comment.