From 284edd3a45424b41d98fb8182597b264b0872d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Kub=C3=AD=C4=8Dek?= Date: Fri, 21 Mar 2025 15:41:24 +0100 Subject: [PATCH] ga: add mypy to requirements_dev --- .github/workflows/mypy.yml | 1 - requirements_dev.txt | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index ea26503..dda9780 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -18,7 +18,6 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install mypy types-requests types-setuptools pip install -r requirements_dev.txt - name: Run MyPy diff --git a/requirements_dev.txt b/requirements_dev.txt index a34cc3b..420ea68 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,3 +2,6 @@ requests~=2.32.3 python-dotenv~=1.0.1 pytest~=8.3.5 pytest-cov +mypy +types-requests +types-setuptools