From 4633a16b774b28987a41426c59a170c884529793 Mon Sep 17 00:00:00 2001 From: SS <66886825+EarlMilktea@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:15:42 +0900 Subject: [PATCH] :wrench: Check more files --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 35f09e49..f90b7842 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,10 @@ filterwarnings = ["ignore:Couldn't import `kahypar`"] [tool.mypy] # Keep in sync with pyright files = [ + "graphix/command.py", + "graphix/instruction.py", "graphix/rng.py", + "graphix/states.py", "graphix/type_utils.py", "graphix/_db.py", "tests/conftest.py", @@ -110,7 +113,10 @@ strict = true [tool.pyright] # Keep in sync with mypy include = [ + "graphix/command.py", + "graphix/instruction.py", "graphix/rng.py", + "graphix/states.py", "graphix/type_utils.py", "graphix/_db.py", "tests/conftest.py",