summaryrefslogtreecommitdiffstats
path: root/scripts/flake8.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/flake8.sh')
-rwxr-xr-xscripts/flake8.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/flake8.sh b/scripts/flake8.sh
new file mode 100755
index 0000000..b93226d
--- /dev/null
+++ b/scripts/flake8.sh
@@ -0,0 +1,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