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
blob: f9f643fdbc35508180bbda53fbfd4c1c4ec4d82a (
plain
)
1
2
3
#!/bin/sh
flake8
--select
=
E,F,W,C90,E123
--ignore
=
W503
.