genbadge/utils_badge.py
1
F821:
undefined name 'TextIO'
83
path_or_stream
,
# type: Union[TextIO, str, Path]
2
E302:
expected 2 blank lines, found 1
209
def
_resource_filename
(
package
,
resource_name
):
220
def
get_local_badge_template
():
2
W291:
trailing whitespace
77
safe_color_txt
=
requests
.
utils
.
quote
(
self
.
color
,
safe
=
''
)
85
clear_left_txt
=
False
# type: bool