Ignore escape sequence linting errors in banner
This commit is contained in:
parent
691766d827
commit
b21a7bcbc4
|
|
@ -66,7 +66,7 @@ def banner():
|
||||||
___) | |_| | |_) | | \__ \ |_ ___) | | / /_ maintained by Ronin Nakomoto
|
___) | |_| | |_) | | \__ \ |_ ___) | | / /_ maintained by Ronin Nakomoto
|
||||||
|____/ \__,_|_.__/|_|_|___/\__|____/|_| /____|%s https://github.com/RoninNakomoto/Sublist3r2
|
|____/ \__,_|_.__/|_|_|___/\__|____/|_| /____|%s https://github.com/RoninNakomoto/Sublist3r2
|
||||||
|
|
||||||
""" % (R, __version__, Y))
|
""" % (R, __version__, Y)) # noqa
|
||||||
|
|
||||||
|
|
||||||
def parser_error(errmsg):
|
def parser_error(errmsg):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue