From b21a7bcbc42bb4b278cc8b330d99be636e5ca735 Mon Sep 17 00:00:00 2001 From: Thomas Bouve Date: Sun, 24 Oct 2021 22:34:57 +0200 Subject: [PATCH] Ignore escape sequence linting errors in banner --- sublist3r2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sublist3r2/__init__.py b/sublist3r2/__init__.py index 1ebce6a..9ce1e32 100755 --- a/sublist3r2/__init__.py +++ b/sublist3r2/__init__.py @@ -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):