m2m模型翻译
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
140 B

7 months ago
  1. [mypy]
  2. plugins = numpy.typing.mypy_plugin
  3. show_absolute_path = True
  4. [mypy-numpy]
  5. ignore_errors = True
  6. [mypy-numpy.*]
  7. ignore_errors = True