aboutsummaryrefslogtreecommitdiff
path: root/run_qa
diff options
context:
space:
mode:
Diffstat (limited to 'run_qa')
-rwxr-xr-xrun_qa3
1 files changed, 3 insertions, 0 deletions
diff --git a/run_qa b/run_qa
new file mode 100755
index 0000000..f9f643f
--- /dev/null
+++ b/run_qa
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+flake8 --select=E,F,W,C90,E123 --ignore=W503 .