naming updates; fix static analysis script

This commit is contained in:
Adam Wilson
2025-07-05 12:58:25 -06:00
parent a25e8f9545
commit a9db321597
+3 -3
View File
@@ -5,9 +5,9 @@ pwd
pip install -r ./requirements.txt
# check cyclomatic complexity
python -m mccabe --min 3 **/*.py
python -m mccabe --min 3 ./src/**/*.py
# SAST (static application security testing)
bandit -r ./../src
bandit -r ./src
mypy
mypy ./src