Skip to content

Commit 41d50b0

Browse files
authored
fix the failing pre-commit.ci runs (#9411)
* use `types-setuptools` instead of the deprecated `types-pkg_resources` * [skip-ci][skip-rtd]
1 parent b757528 commit 41d50b0

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
@@ -41,7 +41,7 @@ repos:
4141
additional_dependencies: [
4242
# Type stubs
4343
types-python-dateutil,
44-
types-pkg_resources,
44+
types-setuptools,
4545
types-PyYAML,
4646
types-pytz,
4747
typing-extensions>=4.1.0,

0 commit comments

Comments
 (0)