From a33b247c8b1b394f9d23038dcde3a1c591d995ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20G=C3=B3recki?= Date: Mon, 4 Mar 2024 23:35:56 +0100 Subject: [PATCH] add mypy --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1f02bcf..3190e87 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -71,5 +71,5 @@ jobs: - name: Run tests run: poetry run python -m pytest -p no:sugar -q tests/ -# - name: Run mypy -# run: poetry run mypy \ No newline at end of file + - name: Run mypy + run: poetry run mypy \ No newline at end of file