File: mypy.ini

package info (click to toggle)
python-taskchampion-py 2.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: python: 682; makefile: 15
file content (8 lines) | stat: -rw-r--r-- 194 bytes parent folder | download
1
2
3
4
5
6
7
8
[mypy]
warn_return_any = True
warn_unused_configs = True
no_implicit_optional = True
check_untyped_defs = True
warn_unused_ignores = True
show_error_codes = True
disable_error_code = assignment