diff --git a/scripts/checkers.sh b/scripts/checkers.sh new file mode 100644 index 0000000..84f1d89 --- /dev/null +++ b/scripts/checkers.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# +# A collection of commands to run static python checkers. For ad-hoc use, may be +# added to ci/cd at some point. +# +cd ../ && . .venv/bin/activate && pyflakes bin/ sarif_cli/