We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9955701 commit 90cb29dCopy full SHA for 90cb29d
.pre-commit-config.yaml
@@ -140,7 +140,7 @@ repos:
140
"platformdirs==2.2.0",
141
"py==1.11",
142
"tomlkit>=0.10.1",
143
- "types-pkg_resources==0.1.3",
+ "types-setuptools==75.6.0.20241126",
144
]
145
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
146
- repo: https://github.com/rbubley/mirrors-prettier
requirements_test.txt
@@ -6,5 +6,5 @@ pytest-cov~=5.0
6
pytest-xdist~=3.6
7
six
8
# Type packages for mypy
9
-types-pkg_resources==0.1.3
+types-setuptools==75.6.0.20241126
10
tox>=3
0 commit comments