fix: ignore W605 for banner
This commit is contained in:
@@ -66,4 +66,4 @@ profile = black
|
|||||||
[flake8]
|
[flake8]
|
||||||
indent-size = 4
|
indent-size = 4
|
||||||
max-line-length = 88
|
max-line-length = 88
|
||||||
extend-ignore = E203,W503,E501
|
extend-ignore = E203,W503,E501,W605
|
||||||
|
@@ -191,7 +191,7 @@ def main(
|
|||||||
limit,
|
limit,
|
||||||
cdx_print,
|
cdx_print,
|
||||||
):
|
):
|
||||||
"""
|
"""\b
|
||||||
_ _
|
_ _
|
||||||
| | | |
|
| | | |
|
||||||
__ ____ _ _ _| |__ __ _ ___| | ___ __ _ _
|
__ ____ _ _ _| |__ __ _ ___| | ___ __ _ _
|
||||||
|
Reference in New Issue
Block a user