File: mypy.ini

package info (click to toggle)
python-pixelmatch 0.3.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,676 kB
  • sloc: python: 329; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 200 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[mypy]
warn_unused_configs = True
warn_unused_ignores = True
warn_unreachable = True
warn_return_any = True

[mypy-pytest]
ignore_missing_imports = True

[mypy-PIL,PIL.*]
ignore_missing_imports = True