From 79b9dc082aeb43f0943f648f716395dabdb21be0 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:52:20 -0800 Subject: [PATCH] workflows: fix mypy lint --- .github/workflows/static.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 3bd73e94..a10b7cd8 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -35,4 +35,5 @@ jobs: - name: Check types with mypy run: | source .venv/bin/activate - mypy . + mypy --version + mypy --python-version 3.11 umu