1
0
Fork 0
treelib/scripts/flake8.sh

4 lines
161 B
Bash
Raw Normal View History

#!/bin/bash
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --max-line-length=127 --exclude docs/source/conf.py --statistics