Try to fix missing types for mypy
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index d632805..8f22acc 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml
@@ -33,5 +33,5 @@ - name: Test with mypy if: always() run: | - uv run pip install types-PyYAML types-requests + uv pip install types-PyYAML types-requests uv run mypy --ignore-missing-imports . # recursive by default