diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06eda41fe..d518cbe51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: pyright . - name: Run vulture check - run: vulture cloudai/ tests/ ci_tools/ --min-confidence 100 + run: vulture src/ tests/ ci_tools/ --min-confidence 100 test: name: Run pytest diff --git a/requirements-dev.txt b/requirements-dev.txt index fe537ca2e..33241661a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,3 +4,5 @@ ruff==0.3.7 pandas-stubs==2.2.* pyright==1.1.359 build==1.2.* +vulture==2.11 +