Skip to content

Commit eb1e858

Browse files
authored
ops: update pre-commit config to use fine grain cache for mypy (#996)
1 parent 7fe86c6 commit eb1e858

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
@@ -49,7 +49,7 @@ repos:
4949

5050
- id: mypy-check
5151
name: mypy type check
52-
entry: mypy
52+
entry: mypy --cache-fine-grain
5353
language: system
5454
types: [python]
5555
pass_filenames: false

0 commit comments

Comments
 (0)