lint fix part one

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-01-04 08:52:36 +01:00
parent 4373b992cd
commit 41de3cb6dc
8 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
"format": ". venv/bin/activate && pre-commit run --all-files",
"lint": "npm run eslint && npm run format && npm run ruff && npm run pylint | grep -v TODO",
"todo": "npm run pylint | grep W0511 | awk -F'TODO ' '{print \"- \"$NF}' | sed 's/ (fixme)//g' | sort",
"eslint-win": "eslint . javascript/ --rule \"linebreak-style: off\"",
"eslint-win": "eslint . javascript/ --rule \"@stylistic/linebreak-style: off\"",
"ruff-win": "venv\\scripts\\activate && ruff check",
"pylint-win": "venv\\scripts\\activate && pylint *.py modules/ pipelines/ scripts/ extensions-builtin/",
"format-win": "venv\\scripts\\activate && pre-commit run --all-files",