Skip to content

Commit 3d5717d

Browse files
remove mypy from skip in .pre-commit-config.yaml
1 parent f238e88 commit 3d5717d

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
@@ -2,7 +2,7 @@ exclude: ^(docs|tests|tutorials|.github)
22

33
ci:
44
autoupdate_schedule: monthly
5-
skip: [mypy]
5+
skip: []
66
autofix_commit_msg: pre-commit auto-fixes
77
autoupdate_commit_msg: pre-commit autoupdate
88

0 commit comments

Comments
 (0)