File: lint-flake8.sh

package info (click to toggle)
python-ansible-pygments 0.1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: python: 487; sh: 23; makefile: 3
file content (3 lines) | stat: -rwxr-xr-x 110 bytes parent folder | download | duplicates (2)
1
2
3
#!/bin/bash
set -e
poetry run flake8 src/ --count --max-complexity=10 --max-line-length=100 --statistics "$@"