mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 01:13:03 +01:00
7 lines
189 B
Bash
7 lines
189 B
Bash
#!/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/
|