Skip to content

Commit

Permalink
🔧 Check more files
Browse files Browse the repository at this point in the history
  • Loading branch information
EarlMilktea committed Sep 18, 2024
1 parent 2474ab0 commit 4633a16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 4633a16

Please sign in to comment.