We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ac5c2 commit 8d6268eCopy full SHA for 8d6268e
pyproject.toml
@@ -99,7 +99,7 @@ pl-grader = "pytest_pl_grader.plugin"
99
# pl-pytest-autograder = "pl_pytest_autograder.cli:main"
100
101
[tool.mypy]
102
-exclude = "tests/scenario_root/.*student_code.*\\.py"
+exclude = "tests/scenario_root/.*(student_code.*|setup_code)\\.py"
103
104
[[tool.mypy.overrides]]
105
module = ["sympy.*", "dill.*", "plot_serializer.*"]
0 commit comments