Skip to content

Commit 72ff3dc

Browse files
committed
CI: fix mypy typing checks
1 parent d2b6921 commit 72ff3dc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
3737
- name: Perform type checks with mypy
3838
run: |
39-
pip install mypy==1.10.0
39+
pip install mypy==1.19.1 types-PyYAML
40+
mypy yclienttools
4041
4142
- name: Run unit tests
4243
run: |

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- `ydf_irm`: take into account whether the user indicates that the path
1313
itself is to be kept when checking that the path meets the minimum
1414
depth requirement.
15+
- Fix various typing issues.
1516

1617
## 2026-03-31 v2.4.0
1718

0 commit comments

Comments
 (0)