File: run_linter.sh

package info (click to toggle)
python-line-profiler 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,256 kB
  • sloc: python: 8,119; sh: 810; ansic: 297; makefile: 14
file content (3 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download | duplicates (2)
1
2
3
#!/bin/bash
flake8 --count --select=E9,F63,F7,F82 --show-source --statistics line_profiler
flake8 --count --select=E9,F63,F7,F82 --show-source --statistics ./tests