Cap types-setuptools package for mypy linter checks

This patch caps types-setuptools with 80.3.0.20250505 version which is
the same as in the global upper-constraints OpenStack file.
Using newer version is causing mypy linter failures as described in
the bug related to this fix.

Closes: #TOBIKO-146
Change-Id: I7c08e361397865553e27b0e08da86ff318052561
This commit is contained in:
Slawek Kaplonski
2025-05-19 11:12:48 +02:00
parent d6a7e857bd
commit ae4ac161c2

View File

@@ -38,6 +38,8 @@ repos:
hooks:
- id: mypy
files: ^tobiko/
additional_dependencies:
- types-setuptools==80.3.0.20250505
entry: mypy --install-types --non-interactive tobiko/
pass_filenames: false
# args: [--ignore-missing-imports]