index
:
software/hazwaz
master
A python3 library to write command line scripts.
valhalla
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
run_qa
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'run_qa')
-rwxr-xr-x
run_qa
3
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 .