Skip to content

Commit

Permalink
ci(mypy): use renamed package
Browse files Browse the repository at this point in the history
types-pkg_resources has vanquished from the face of the Earth, found the
yanked package via DuckDuckGo, cause WHY would the PyPI show you yanked
packages, right???

They recommend using types-setuptools, so convert, hopefully potentially
perhapsly it will work.

Signed-off-by: Matej Focko <mfocko@redhat.com>
  • Loading branch information
mfocko committed Sep 4, 2024
1 parent 17c4635 commit 8ee7b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
additional_dependencies:
[types-pkg_resources, types-requests, types-Deprecated]
[types-setuptools, types-requests, types-Deprecated]
- repo: https://github.com/teemtee/tmt.git
rev: 1.35.0
hooks:
Expand Down

0 comments on commit 8ee7b08

Please sign in to comment.