diff --git a/mypy.ini b/mypy.ini index 56b5607a546..bf84f87e0c0 100644 --- a/mypy.ini +++ b/mypy.ini @@ -17,3 +17,12 @@ ignore_errors = true [mypy-ddtrace.vendor.*] ignore_errors = true + +[mypy-ddtrace.profiling.exporter.pprof_pb2] +ignore_errors = true + +[mypy-ddtrace.profiling.exporter.pprof_pre312_pb2] +ignore_errors = true + +[mypy-ddtrace.profiling.exporter.pprof_pre319_pb2] +ignore_errors = true diff --git a/riotfile.py b/riotfile.py index 1023933f4c3..eaf71924d76 100644 --- a/riotfile.py +++ b/riotfile.py @@ -134,7 +134,7 @@ def select_pys(min_version=MIN_PYTHON_VERSION, max_version=MAX_PYTHON_VERSION): command="mypy {cmdargs}", create=True, pkgs={ - "mypy": "<0.960", + "mypy": latest, "types-attrs": latest, "types-docutils": latest, "types-protobuf": latest,