Skip to content

Commit 1e8fee4

Browse files
committed
Adding pre-commit-config.yaml
1 parent d579ab6 commit 1e8fee4

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
@@ -50,7 +50,7 @@ repos:
5050
- id: mypy-local
5151
name: Run mypy for local Python installation
5252
entry: python tools/pre_commit/mypy.py 0 "local"
53-
stages: [commit] # Don't run in CI
53+
stages: [pre-commit] # Don't run in CI
5454
<<: &mypy_common
5555
language: python
5656
types_or: [python, pyi]

0 commit comments

Comments
 (0)