Skip to content

Commit 82fcbb1

Browse files
sobolevnhugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 4c8738f commit 82fcbb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mypy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
paths:
1010
- ".github/workflows/mypy.yml"
1111
- "Lib/_pyrepl/**"
12-
- "Lib/tomllib/**"
1312
- "Lib/test/libregrtest/**"
13+
- "Lib/tomllib/**"
1414
- "Tools/build/generate_sbom.py"
1515
- "Tools/cases_generator/**"
1616
- "Tools/clinic/**"
@@ -42,8 +42,8 @@ jobs:
4242
matrix:
4343
target: [
4444
"Lib/_pyrepl",
45-
"Lib/tomllib",
4645
"Lib/test/libregrtest",
46+
"Lib/tomllib",
4747
"Tools/build",
4848
"Tools/cases_generator",
4949
"Tools/clinic",

0 commit comments

Comments
 (0)