Skip to content

Commit

Permalink
ci(mypy): replace deprecated types-all with concrete types packages
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdragun committed Aug 5, 2024
1 parent aa81360 commit 8ee6ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
rev: v1.4.1 # the last version running on py3.7
hooks:
- id: mypy
additional_dependencies: [types-all]
additional_dependencies: ['types-PyYAML<=6.0.12.12']
# ignore wrapper scripts because of name colision with efuse/__init__.py etc.
exclude: test/|docs/|espefuse.py|espsecure.py|esptool.py
- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit 8ee6ea1

Please sign in to comment.