lint: Find function calls in default arguments

This commit is contained in:
MarcoFalke
2024-07-31 08:33:01 +02:00
parent df241970a3
commit fac7b7ff7f
3 changed files with 35 additions and 72 deletions

View File

@@ -53,6 +53,7 @@ ${CI_RETRY_EXE} pip3 install \
lief==0.13.2 \
mypy==1.4.1 \
pyzmq==25.1.0 \
ruff==0.5.5 \
vulture==2.6
SHELLCHECK_VERSION=v0.8.0