Skip to content

Commit 127544b

Browse files
authored
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 4aa43d5 commit 127544b

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)