10000 Add stubs to mypy checking · pre-commit/mirrors-mypy@997646e · GitHub
[go: up one dir, main page]

Skip to content

Commit 997646e

Browse files
authored
Add stubs to mypy checking
1 parent 449ace5 commit 997646e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run: pip install pre-commit-mirror-maker
1616
- run: git config --global user.name 'Github Actions'
1717
- run: git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
18-
- run: pre-commit-mirror . --language=python --package-name=mypy --types=python --args=--ignore-missing-imports,--scripts-are-modules --require-serial
18+
- run: pre-commit-mirror . --language=python --package-name=mypy --types-or=python --types-or=pyi --args=--ignore-missing-imports,--scripts-are-modules --require-serial
1919
- run: |
2020
git remote set-url origin https://x-access-token:$GH_TOKEN@github.com/$GITHUB_REPOSITORY
2121
git push origin HEAD:refs/heads/master --tags

0 commit comments

Comments
 (0)
0