Skip to content

Commit

Permalink
Substitute types-pkg_resources with types-setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
majamassarini committed Aug 28, 2024
1 parent 8aac26d commit 6e42e41
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 @@ -50,7 +50,7 @@ repos:
- id: mypy
args: [--show-error-codes, --ignore-missing-imports]
additional_dependencies:
[types-pkg_resources, types-requests, types-python-dateutil]
[types-setuptools, types-requests, types-python-dateutil]
- repo: https://github.com/teemtee/tmt.git
rev: 1.31.0
hooks:
Expand Down

0 comments on commit 6e42e41

Please sign in to comment.