File: lint.sh

package info (click to toggle)
easyprocess 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: python: 774; sh: 25; makefile: 3
file content (4 lines) | stat: -rwxr-xr-x 113 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/bin/bash
set -e
python3 -m flake8 .  --max-complexity=10 --max-line-length=127 
python3 -m mypy "easyprocess"