File: mypy.ini

package info (click to toggle)
python-latexcodec 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: python: 1,365; makefile: 142
file content (6 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
6
[mypy]
files = latexcodec/**/*.py,test/*.py,setup.py
check_untyped_defs = True

[mypy-setuptools]
ignore_missing_imports = True