From c46d7e0f56105e8db67bf54888531f32120a070c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Mon, 3 Apr 2023 19:51:18 +0200 Subject: Don't add typing stubs for packages that we only use in tests (#2080) --- .pre-commit-config.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28a2d845..7d17d7b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,14 +63,7 @@ repos: types: [python] args: [] require_serial: true - additional_dependencies: - [ - "types-pkg_resources==0.1.3", - "types-six", - "types-attrs", - "types-python-dateutil", - "types-typed-ast", - ] + additional_dependencies: ["types-typed-ast"] exclude: tests/testdata| # exclude everything, we're not ready - repo: https://github.com/pre-commit/mirrors-prettier rev: v3.0.0-alpha.6 -- cgit v1.2.1