Skip to content

Commit 31854d5

Browse files
author
Daniil Dumchenko
committed
Changed: add another build files to workflow, add reminder
1 parent 2a6ee86 commit 31854d5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/mypy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ on:
1313
- "Lib/test/libregrtest/**"
1414
- "Lib/tomllib/**"
1515
- "Misc/mypy/**"
16+
- "Tools/build/compute-changes.py"
1617
- "Tools/build/generate_sbom.py"
1718
- "Tools/build/verify_ensurepip_wheels.py"
19+
- "Tools/build/update_file.py"
1820
- "Tools/cases_generator/**"
1921
- "Tools/clinic/**"
2022
- "Tools/jit/**"

Tools/build/mypy.ini

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[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.
25
files =
36
Tools/build/compute-changes.py,
47
Tools/build/generate_sbom.py,

0 commit comments

Comments
 (0)