Ignore escape sequence linting errors in banner

This commit is contained in:
Thomas Bouve 2021-10-24 22:34:57 +02:00
parent 691766d827
commit b21a7bcbc4
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def banner():
___) | |_| | |_) | | \__ \ |_ ___) | | / /_ maintained by Ronin Nakomoto
|____/ \__,_|_.__/|_|_|___/\__|____/|_| /____|%s https://github.com/RoninNakomoto/Sublist3r2
""" % (R, __version__, Y))
""" % (R, __version__, Y)) # noqa
def parser_error(errmsg):