Skip to content

Commit 362b2b2

Browse files
Update pre-commit hook types-setuptools to v82
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent b46df74 commit 362b2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ repos:
5656
entry: tools/mypy.sh 0 "local"
5757
language: python
5858
types: [python]
59-
additional_dependencies: &mypy_deps [mypy==1.11.1, types-cachetools, types-setuptools==68.2.0, types-PyYAML, types-requests]
59+
additional_dependencies: &mypy_deps [mypy==1.11.1, types-cachetools, types-setuptools==82.0.0.20260210, types-PyYAML, types-requests]
6060
stages: [pre-commit] # Don't run in CI
6161
- id: mypy-3.9 # TODO: Use https://github.com/pre-commit/mirrors-mypy when mypy setup is less awkward
6262
name: Run mypy for Python 3.9

0 commit comments

Comments
 (0)