Fix the simplest pylint warnings (variables/imports, semicolons, etc) and re-enable them in pylintrc

This commit is contained in:
Kamil Śliwak
2021-10-13 16:19:16 +02:00
parent 3fb42f60b4
commit b96de320e2
15 changed files with 27 additions and 41 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ def commandline_parser() -> ArgumentParser:
action='store_true',
help="Immediately exit and print compiler output if the compiler exits with an error.",
)
return parser;
return parser
if __name__ == "__main__":