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 a4e91d7 commit fa00126Copy full SHA for fa00126
.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~=6.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