File: mypy.ini

package info (click to toggle)
parfive 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 424 kB
  • sloc: python: 2,014; makefile: 27
file content (27 lines) | stat: -rw-r--r-- 477 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[mypy]
plugins = pydantic.mypy

[mypy-parfive.utils]
disallow_untyped_defs = True

# Ignore the autogenerated version file
[mypy-parfive._version]
ignore_missing_imports = True

[mypy-tqdm.*]
ignore_missing_imports = True

[mypy-pytest_localserver.*]
ignore_missing_imports = True

[mypy-aioftp.*]
ignore_missing_imports = True

[mypy-aiohttp.*]
ignore_missing_imports = True

[mypy-pytest.*]
ignore_missing_imports = True

[mypy-pytest_socket.*]
ignore_missing_imports = True