File: check_mypy.sh

package info (click to toggle)
python-overrides 7.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: python: 1,661; sh: 5; makefile: 2
file content (4 lines) | stat: -rwxr-xr-x 114 bytes parent folder | download
1
2
3
4
#!/bin/bash -x
set -e
mypy mypy_fails | grep "Found 3 errors in 2 files (checked 2 source files)"
mypy mypy_passes