minor fixes and cleanups

This commit is contained in:
The MMGen Project 2025-01-27 16:01:48 +00:00
commit 7131b892e3
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
4 changed files with 7 additions and 4 deletions

View file

@ -74,6 +74,7 @@ init_tests() {
[ "$VERBOSE" ] || STDOUT_DEVNULL='> /dev/null'
d_lint="code errors with static code analyzer"
t_lint="
b ruff check setup.py $STDOUT_DEVNULL
b ruff check mmgen $STDOUT_DEVNULL
b ruff check test $STDOUT_DEVNULL
b ruff check examples $STDOUT_DEVNULL