Add a collection of commands to run static python checkers

This commit is contained in:
Michael Hohn
2022-03-17 17:21:58 -07:00
committed by =Michael Hohn
parent b82c620a1e
commit bdf85eafc8

6
scripts/checkers.sh Normal file
View File

@@ -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/