Skip to content

Commit

Permalink
[mypy] Use type-setuptools instead of types-pkg-resources (#10120)
Browse files Browse the repository at this point in the history
Closes #10117

(cherry picked from commit fa00126)

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
  • Loading branch information
github-actions[bot] and Pierre-Sassoulas authored Dec 8, 2024
1 parent 9955701 commit 90cb29d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ repos:
"platformdirs==2.2.0",
"py==1.11",
"tomlkit>=0.10.1",
"types-pkg_resources==0.1.3",
"types-setuptools==75.6.0.20241126",
]
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
- repo: https://github.com/rbubley/mirrors-prettier
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ pytest-cov~=5.0
pytest-xdist~=3.6
six
# Type packages for mypy
types-pkg_resources==0.1.3
types-setuptools==75.6.0.20241126
tox>=3

0 comments on commit 90cb29d

Please sign in to comment.