noqa for dlint, the escape function should be safe without using defusedxml
Hanno Böck

Hanno Böck commited on 2020-03-21 13:37:15
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -30,7 +30,7 @@ import argparse
30 30
 import sys
31 31
 import json
32 32
 import pathlib
33
-from xml.sax.saxutils import escape
33
+from xml.sax.saxutils import escape  # noqa: DUO107
34 34
 
35 35
 
36 36
 def versioncompare(safe_version, find_version):
37 37