Tools: fix PyYAML deps for pre-commit hook

Fix 'error: Library stubs not installed for "yaml" (or incompatiblewith Python 3.9)'
pull/9025/head
Anton Maklakov 2022-05-23 13:50:37 +07:00
rodzic 341162bb3d
commit 95da3330c7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -97,6 +97,7 @@ repos:
- 'mypy==0.940'
- 'mypy-extensions==0.4.3'
- 'types-setuptools==57.4.14'
- 'types-PyYAML==0.1.9'
language: python
types: [python]
- id: check-copyright