Skip to content

Commit

Permalink
fix the failing pre-commit.ci runs (#9411)
Browse files Browse the repository at this point in the history
* use `types-setuptools` instead of the deprecated `types-pkg_resources`

* [skip-ci][skip-rtd]
  • Loading branch information
keewis authored Aug 28, 2024
1 parent b757528 commit 41d50b0
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 @@ -41,7 +41,7 @@ repos:
additional_dependencies: [
# Type stubs
types-python-dateutil,
types-pkg_resources,
types-setuptools,
types-PyYAML,
types-pytz,
typing-extensions>=4.1.0,
Expand Down

0 comments on commit 41d50b0

Please sign in to comment.