fix mypy
This commit is contained in:
parent
f5d04c15e6
commit
c6bc644d42
@ -11,4 +11,8 @@ disable_error_code =
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-cryptography.hazmat.bindings._rust.x509]
|
||||
ignore_errors = True
|
||||
|
||||
[mypy-fastuuid.*]
|
||||
ignore_missing_imports = True
|
||||
ignore_errors = True
|
||||
Loading…
Reference in New Issue
Block a user