We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6ee86 commit 31854d5Copy full SHA for 31854d5
.github/workflows/mypy.yml
@@ -13,8 +13,10 @@ on:
13
- "Lib/test/libregrtest/**"
14
- "Lib/tomllib/**"
15
- "Misc/mypy/**"
16
+ - "Tools/build/compute-changes.py"
17
- "Tools/build/generate_sbom.py"
18
- "Tools/build/verify_ensurepip_wheels.py"
19
+ - "Tools/build/update_file.py"
20
- "Tools/cases_generator/**"
21
- "Tools/clinic/**"
22
- "Tools/jit/**"
Tools/build/mypy.ini
@@ -1,4 +1,7 @@
1
[mypy]
2
+
3
+# Please make sure that after placing the file in this location,
4
+# it has also been added to the file /.github/workflows/mypy.yml.
5
files =
6
Tools/build/compute-changes.py,
7
Tools/build/generate_sbom.py,
0 commit comments