We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e1bf4a + d3f818c commit a5e0828Copy full SHA for a5e0828
1 file changed
mypy.ini
@@ -6,7 +6,7 @@ ignore_errors = True
6
7
[mypy-auth0.management.*]
8
ignore_errors = False
9
-disable_error_code=var-annotated
+disable_error_code=var-annotated, attr-defined
10
11
[mypy-auth0.rest_async]
12
disable_error_code=override
0 commit comments