File: mypy.ini

package info (click to toggle)
python-griffe-typingdoc 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 392 kB
  • sloc: python: 1,535; makefile: 36; sh: 23; javascript: 13
file content (5 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (11)
1
2
3
4
5
[mypy]
ignore_missing_imports = true
exclude = tests/fixtures/
warn_unused_ignores = true
show_error_codes = true