From 95da3330c72750c7e005c364fcc6b4e92f555333 Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Mon, 23 May 2022 13:50:37 +0700 Subject: [PATCH] Tools: fix PyYAML deps for pre-commit hook Fix 'error: Library stubs not installed for "yaml" (or incompatiblewith Python 3.9)' --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a2911b6e6a..af69c571cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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