File: .mypy.ini

package info (click to toggle)
python-cloudflare 2.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,056 kB
  • sloc: python: 6,932; makefile: 138; sh: 76
file content (18 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[mypy] 
# no_incremental = True
# disallow_untyped_defs = True
extra_checks = True
strict_equality = True
warn_incomplete_stub = True
warn_no_return = True
warn_redundant_casts= True
warn_return_any = True
warn_unreachable = True
warn_unused_configs = True
warn_unused_ignores = True

[mypy-ConfigParser.*]
ignore_missing_imports = True

[mypy-setuptools.*]
ignore_missing_imports = True