File: mypy.ini

package info (click to toggle)
jaraco.context 6.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: python: 201; sh: 9; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (13)
1
2
3
4
5
[mypy]
ignore_missing_imports = True
# required to support namespace packages
# https://github.com/python/mypy/issues/14057
explicit_package_bases = True