Skip to content

Commit 0765c55

Browse files
committed
Replace types-pkg-resources by types-setuptools
According to https://pypi.org/project/types-pkg-resources/#history, that package has been supplanted by `types-setuptools`.
1 parent 3b82956 commit 0765c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- pluggy>=1.5.0
3333
- packaging
3434
- tomli
35-
- types-pkg_resources
35+
- types-setuptools
3636
- types-tabulate
3737
# for mypy running on python>=3.11 since exceptiongroup is only a dependency
3838
# on <3.11

0 commit comments

Comments
 (0)