Ruff: Add pylint (#1277)

This commit is contained in:
Christian Clauss
2023-03-13 18:03:15 +01:00
committed by GitHub
parent 37c9db09c6
commit 4c00b1683f
4 changed files with 8 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ builtins = [
"pyscript",
]
ignore = [
"PLR2004",
"S101",
"S113",
]
@@ -26,6 +27,7 @@ select = [
"E",
"F",
"I",
"PL",
"S",
"UP",
"W",