File: pre-commit

package info (click to toggle)
python-django-zeal 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: python: 1,387; makefile: 25; sh: 9
file content (5 lines) | stat: -rwxr-xr-x 65 bytes parent folder | download
1
2
3
4
5
#!/bin/sh

make format-check || exit 1
make typecheck || exit 1