Implement NowSecure parser #13586
Annotations
10 errors
|
Ruff (Q000):
dojo/tools/nowsecure/parser.py#L26
dojo/tools/nowsecure/parser.py:26:65: Q000 Single quotes found but double quotes preferred
|
|
Ruff (Q000):
dojo/tools/nowsecure/parser.py#L26
dojo/tools/nowsecure/parser.py:26:49: Q000 Single quotes found but double quotes preferred
|
|
Ruff (Q000):
dojo/tools/nowsecure/parser.py#L26
dojo/tools/nowsecure/parser.py:26:33: Q000 Single quotes found but double quotes preferred
|
|
Ruff (C408):
dojo/tools/nowsecure/parser.py#L25
dojo/tools/nowsecure/parser.py:25:17: C408 Unnecessary `dict()` call (rewrite as a literal)
|
|
Ruff (D203):
dojo/tools/nowsecure/parser.py#L10
dojo/tools/nowsecure/parser.py:10:5: D203 1 blank line required before class docstring
|
|
Ruff (D200):
dojo/tools/nowsecure/parser.py#L10
dojo/tools/nowsecure/parser.py:10:5: D200 One-line docstring should fit on one line
|
|
Ruff (UP004):
dojo/tools/nowsecure/parser.py#L9
dojo/tools/nowsecure/parser.py:9:23: UP004 Class `NowSecureParser` inherits from `object`
|
|
Ruff (F401):
dojo/tools/nowsecure/parser.py#L4
dojo/tools/nowsecure/parser.py:4:25: F401 `dojo.models.Endpoint` imported but unused
|
|
Ruff (F401):
dojo/tools/nowsecure/parser.py#L3
dojo/tools/nowsecure/parser.py:3:26: F401 `urllib.parse.urlparse` imported but unused
|
|
Ruff (I001):
dojo/tools/nowsecure/parser.py#L1
dojo/tools/nowsecure/parser.py:1:1: I001 Import block is un-sorted or un-formatted
|