File: lint.sh

package info (click to toggle)
pyvirtualdisplay 3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: python: 1,396; sh: 62; ruby: 39; makefile: 4
file content (5 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/bash
set -e
# TODO: max-complexity=10
python3 -m flake8 . --max-complexity=11 --max-line-length=127 --extend-ignore=E203
python3 -m mypy "pyvirtualdisplay"