From 6fec99b985292e595650b9cd126333c94954d2df Mon Sep 17 00:00:00 2001 From: shouzy <82171453+realshouzy@users.noreply.github.com> Date: Sun, 28 Apr 2024 00:58:09 +0200 Subject: [PATCH] Fix `pylint` workflow again --- .github/workflows/pylint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yaml b/.github/workflows/pylint.yaml index 74975d3..b7f3e7c 100644 --- a/.github/workflows/pylint.yaml +++ b/.github/workflows/pylint.yaml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install -U pip setuptools wheel - pip install pylint pytest pylint-pytest + pip install pylint pytest pylint-pytest mypy - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py')