Skip to content

Commit ed2b4a8

Browse files
fix pyproject.toml (#263)
1 parent 86978f8 commit ed2b4a8

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
@@ -82,7 +82,7 @@ select = [
8282
]
8383

8484
[tool.pytest]
85-
python_files = "test_*.py"
85+
python_files = ["test_*.py"]
8686
testpaths = ["tests"]
8787

8888
[tool.rstcheck]

0 commit comments

Comments
 (0)