Skip to content

Commit 8d6268e

Browse files
committed
lint change
1 parent 26ac5c2 commit 8d6268e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pl-grader = "pytest_pl_grader.plugin"
9999
# pl-pytest-autograder = "pl_pytest_autograder.cli:main"
100100

101101
[tool.mypy]
102-
exclude = "tests/scenario_root/.*student_code.*\\.py"
102+
exclude = "tests/scenario_root/.*(student_code.*|setup_code)\\.py"
103103

104104
[[tool.mypy.overrides]]
105105
module = ["sympy.*", "dill.*", "plot_serializer.*"]

0 commit comments

Comments
 (0)