src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyCheckSyntax.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyCheckSyntax.py
--- a/src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyCheckSyntax.py	Mon Feb 24 15:11:18 2025 +0100
+++ b/src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyCheckSyntax.py	Mon Feb 24 15:43:49 2025 +0100
@@ -254,8 +254,8 @@
             category,
             filename,
             lineno,
-            file=None,  # noqa: U100
-            line=None,  # noqa: U100
+            file=None,  # noqa: U-100
+            line=None,  # noqa: U-100
         ):
             pyWarnings.append(
                 (
@@ -291,7 +291,7 @@
 
             if filename.endswith(".ptl"):
                 try:
-                    import quixote.ptl_compile  # __IGNORE_WARNING_I10__
+                    import quixote.ptl_compile  # __IGNORE_WARNING_I-10__
                 except ImportError:
                     return [
                         {"error": (filename, 0, 0, "", "Quixote plugin not found.")}

eric ide

mercurial