Skip to content

Commit 996bfc1

Browse files
committed
fix: Update prepare to use format instead of test-format
`hatch run prepare` should prep all the files to ensure it's ready for a PR, so switch it to format files instead of testing the format. Otherwise it just quits with output of the files that need to be formatted
1 parent 500d01a commit 996bfc1

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
@@ -169,7 +169,7 @@ test = "hatch test {args}"
169169
test-integ = "hatch test tests_integ {args}"
170170

171171
prepare = [
172-
"hatch run test-format",
172+
"hatch run format",
173173
"hatch run test-lint",
174174
"hatch test --all"
175175
]

0 commit comments

Comments
 (0)