mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Tools: fix PyYAML deps for pre-commit hook
Fix 'error: Library stubs not installed for "yaml" (or incompatiblewith Python 3.9)'
This commit is contained in:
parent
341162bb3d
commit
95da3330c7
@ -97,6 +97,7 @@ repos:
|
|||||||
- 'mypy==0.940'
|
- 'mypy==0.940'
|
||||||
- 'mypy-extensions==0.4.3'
|
- 'mypy-extensions==0.4.3'
|
||||||
- 'types-setuptools==57.4.14'
|
- 'types-setuptools==57.4.14'
|
||||||
|
- 'types-PyYAML==0.1.9'
|
||||||
language: python
|
language: python
|
||||||
types: [python]
|
types: [python]
|
||||||
- id: check-copyright
|
- id: check-copyright
|
||||||
|
Loading…
x
Reference in New Issue
Block a user