1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00

mypy: enable union-attr check

This commit is contained in:
vruge
2022-06-06 21:11:01 +02:00
committed by oroulet
parent 36a03d7d3e
commit 592d604a75

View File

@@ -7,4 +7,4 @@ per-file-ignores =
[pycodestyle]
max-line-length = 160
[mypy]
disable_error_code = misc, arg-type, assignment, union-attr, var-annotated
disable_error_code = misc, arg-type, assignment, var-annotated