File: mypy.ini

package info (click to toggle)
python-graphene 3.4.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,124 kB
  • sloc: python: 8,935; makefile: 212; sh: 18
file content (17 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[mypy]
ignore_missing_imports = True

[mypy-graphene.pyutils.*]
ignore_errors = True

[mypy-graphene.types.scalars]
ignore_errors = True

[mypy-graphene.types.generic]
ignore_errors = True

[mypy-graphene.types.tests.*]
ignore_errors = True

[mypy-graphene.relay.tests.*]
ignore_errors = True