Skip to content

Commit f9b9e27

Browse files
committed
Start mypy daemon and run in same step for CI
1 parent fc5d726 commit f9b9e27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ repos:
1515
hooks:
1616
- id: mypy
1717
name: mypy
18-
entry: dmypy
18+
entry: |
19+
dmypy start
20+
dmypy
1921
files: \.py$
2022
language: python
2123
require_serial: true

0 commit comments

Comments
 (0)