File: mypy.ini

package info (click to toggle)
auth0-python 4.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,280 kB
  • sloc: python: 8,933; makefile: 15; sh: 2
file content (15 lines) | stat: -rw-r--r-- 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[mypy]
python_version = 3.7

[mypy-auth0.test.*,auth0.test_async.*]
ignore_errors = True

[mypy-auth0.management.*]
ignore_errors = False
disable_error_code=var-annotated

[mypy-auth0.rest_async]
disable_error_code=override

[mypy-auth0.authentication.async_token_verifier]
disable_error_code=override, misc, attr-defined