Skip to content

Commit

Permalink
Start mypy daemon and run in same step for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesParrott committed Sep 15, 2024
1 parent fc5d726 commit f9b9e27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ repos:
hooks:
- id: mypy
name: mypy
entry: dmypy
entry: |
dmypy start
dmypy
files: \.py$
language: python
require_serial: true
Expand Down

0 comments on commit f9b9e27

Please sign in to comment.