Skip to content

Commit fe86fb4

Browse files
authored
fix(ci): poetry-lock pre-commit hook is failing in CI (#23)
1 parent 6fdfe69 commit fe86fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ repos:
3030
types: [python]
3131

3232
ci:
33-
skip: [python-typecheck]
33+
skip: [python-typecheck, poetry-lock]
3434
autoupdate_commit_msg: "ci: pre-commit autoupdate"

0 commit comments

Comments
 (0)