From 98b5728b553d8d3a09c70f725248cd5e731a4631 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Mon, 5 Aug 2024 20:30:51 -0500 Subject: [PATCH] Switch to types-setuptools --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3c47e30..e900f40 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: mypy additional_dependencies: - types-docutils - - types-pkg-resources + - types-setuptools - types-PyYAML - types-requests - repo: https://github.com/pycqa/isort