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 a1447af commit 7313bdeCopy full SHA for 7313bde
.github/workflows/mypy.yml
@@ -8,6 +8,7 @@ on:
8
pull_request:
9
paths:
10
- "Tools/clinic/**"
11
+ - "Tools/requirements-dev.txt"
12
- ".github/workflows/mypy.yml"
13
workflow_dispatch:
14
Tools/requirements-dev.txt
@@ -1,2 +1,2 @@
1
# Requirements file for external linters and checks we run on Tools/clinic/ in CI
2
-mypy==1.6.1
+mypy==1.7.0
0 commit comments