From 13d31f1a0161b5f7e439be718915aabf2fa04f25 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Mon, 23 Jan 2023 00:37:02 +0100 Subject: [PATCH] Add more files to typing test --- .github/workflows/typing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/typing.yml b/.github/workflows/typing.yml index 791c8d4..ec4db19 100644 --- a/.github/workflows/typing.yml +++ b/.github/workflows/typing.yml @@ -34,3 +34,5 @@ jobs: mypy --ignore-missing-imports ./scripts/boxes2inkscape mypy --ignore-missing-imports ./scripts/boxes2pot mypy --ignore-missing-imports ./scripts/boxesserver + mypy --ignore-missing-imports ./documentation/src/boxes2rst + mypy --ignore-missing-imports ./setup.py