From bdf85eafc868385d543a3ad0ed39743f1ce38007 Mon Sep 17 00:00:00 2001 From: Michael Hohn Date: Thu, 17 Mar 2022 17:21:58 -0700 Subject: [PATCH] Add a collection of commands to run static python checkers --- scripts/checkers.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/checkers.sh 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/