8000 gh-104050: Run mypy on `clinic.py` in CI by AlexWaygood · Pull Request #104421 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-104050: Run mypy on clinic.py in CI #104421

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
May 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Tweak workflow file
  • Loading branch information
AlexWaygood committed May 12, 2023
commit 632843b308f66b16875455958f3ae3ed59045724
1 change: 1 addition & 0 deletions .github/workflows/mypy-clinic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- "Tools/clinic/**/*"
- ".github/workflows/mypy-clinic.yml"
workflow_dispatch:

permissions:
Expand Down
0