Skip to content

Commit f905bc5

Browse files
committed
fix
Signed-off-by: Yaoyao Ding <[email protected]>
1 parent b60df19 commit f905bc5

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
@@ -19,7 +19,7 @@ repos:
1919
pass_filenames: false
2020
- id: mypy
2121
name: MyPy type checking
22-
entry: mypy
22+
entry: bash -c 'mypy --version >&2; mypy "$@"' --
2323
language: system
2424
types_or: [python, pyi]
2525
args: [--show-error-codes, --show-error-context]

0 commit comments

Comments
 (0)