Skip to content

Commit bf96716

Browse files
Ignore union-attr error
1 parent bcdc04d commit bf96716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Global options:
22

33
[mypy]
4-
disable_error_code = var-annotated,has-type
4+
disable_error_code = var-annotated,has-type,union-attr

0 commit comments

Comments
 (0)