File: check

package info (click to toggle)
python-duet 0.2.9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: python: 1,423; sh: 30; makefile: 7
file content (7 lines) | stat: -rwxr-xr-x 80 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/env sh

black duet/
isort duet/
mypy duet/
pylint duet/
pytest duet/