Skip to content

Commit 8ee6ea1

Browse files
committed
ci(mypy): replace deprecated types-all with concrete types packages
1 parent aa81360 commit 8ee6ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
rev: v1.4.1 # the last version running on py3.7
1616
hooks:
1717
- id: mypy
18-
additional_dependencies: [types-all]
18+
additional_dependencies: ['types-PyYAML<=6.0.12.12']
1919
# ignore wrapper scripts because of name colision with efuse/__init__.py etc.
2020
exclude: test/|docs/|espefuse.py|espsecure.py|esptool.py
2121
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)