Skip to content

Commit

Permalink
[mypy] Use type-setuptools instead of types-pkg-resources
Browse files Browse the repository at this point in the history
Closes #10117
  • Loading branch information
Pierre-Sassoulas authored and jacobtylerwalls committed Dec 8, 2024
1 parent a4e91d7 commit fa00126
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~=6.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 fa00126

Please sign in to comment.