From 61b43ad01bd5bc04722a945d4a7ba0d78c10a326 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 13 Mar 2026 12:58:35 +0200 Subject: [PATCH] chore(ci): mega-linter config tweaks --- .mega-linter.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.mega-linter.yml b/.mega-linter.yml index 1195e1c..e302eba 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -17,11 +17,15 @@ SHOW_SKIPPED_LINTERS: false # Show skipped linters in MegaLinter log # Disable linters that are replaced by uv-based workflows DISABLE_LINTERS: + - JSON_PRETTIER - PYTHON_BANDIT + - PYTHON_BLACK + - PYTHON_ISORT - PYTHON_PYLINT - PYTHON_PYRIGHT - REPOSITORY_DEVSKIM - REPOSITORY_DUSTILOCK + - YAML_PRETTIER # Install Python dependencies before linting using uv PRE_COMMANDS: