File: .mypy.ini

package info (click to toggle)
python-sniffio 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: python: 185; sh: 44; makefile: 19
file content (11 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[mypy]
# Error codes can be used to write more specific `type: ignore` comments.
show_error_codes = True

[mypy-curio.*]
# Curio doesn't provide type hints.
ignore_missing_imports = True

[mypy-pytest.*]
# The version of pytest used doesn't provide type hints.
ignore_missing_imports = True