Skip to content

Commit a31e5d8

Browse files
authored
Fixing pre-commit in github. Not sure why this issue does not affect upstream, but we need to have it green (#554)
1 parent 258d2d3 commit a31e5d8

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
@@ -57,7 +57,7 @@ repos:
5757
entry: tools/mypy.sh 0 "local"
5858
language: python
5959
types: [python]
60-
additional_dependencies: &mypy_deps [mypy==1.11.1, types-cachetools, types-setuptools, types-PyYAML, types-requests]
60+
additional_dependencies: &mypy_deps [mypy==1.11.1, types-cachetools, types-setuptools<80.7, types-PyYAML, types-requests]
6161
stages: [pre-commit] # Don't run in CI
6262
- id: mypy-3.9 # TODO: Use https://github.com/pre-commit/mirrors-mypy when mypy setup is less awkward
6363
name: Run mypy for Python 3.9

0 commit comments

Comments
 (0)