Skip to content

Commit f1c13c0

Browse files
committed
add vale as a dependency
1 parent 45d1c5f commit f1c13c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ dependencies = [
2121
"sphinxext-opengraph",
2222
"sphinx-inline-tabs",
2323
# for project cards
24-
"matplotlib"
24+
"matplotlib",
25+
# for checking style rules
26+
"vale"
2527
]
2628

2729
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)