We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d579ab6 commit 1e8fee4Copy full SHA for 1e8fee4
.pre-commit-config.yaml
@@ -50,7 +50,7 @@ repos:
50
- id: mypy-local
51
name: Run mypy for local Python installation
52
entry: python tools/pre_commit/mypy.py 0 "local"
53
- stages: [commit] # Don't run in CI
+ stages: [pre-commit] # Don't run in CI
54
<<: &mypy_common
55
language: python
56
types_or: [python, pyi]
0 commit comments