summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-03 19:51:18 +0200
committerGitHub <noreply@github.com>2023-04-03 19:51:18 +0200
commitc46d7e0f56105e8db67bf54888531f32120a070c (patch)
tree3098a8e0a8912a88742db9c446f1482c04af1170 /.pre-commit-config.yaml
parent779c3e0eecab5413f92a4022b7c98dd6eefbef9f (diff)
downloadastroid-git-c46d7e0f56105e8db67bf54888531f32120a070c.tar.gz
Don't add typing stubs for packages that we only use in tests (#2080)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml9
1 files changed, 1 insertions, 8 deletions
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