summaryrefslogtreecommitdiffstats
path: root/scripts/flake8.sh
blob: b93226d7df312866a9044fd4c1a57cfaba25c7a5 (plain)
1
2
3
#!/bin/bash
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --max-line-length=127 --exclude docs/source/conf.py --statistics