From c27b8d54db22909534e07b335fcaa13cedf01ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= Date: Thu, 20 Feb 2025 11:02:47 +0100 Subject: [PATCH] Bump MegaLinter to v8.4.2. Also disable black, flake8, isort because they are replaced by ruff. --- .github/workflows/mega-linter.yml | 2 +- .mega-linter.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 5c6f429f..9ef90c74 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -43,7 +43,7 @@ jobs: id: ml # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.io/flavors/ - uses: oxsecurity/megalinter@v8.3.0 + uses: oxsecurity/megalinter@v8.4.2 env: # All available variables are described in documentation # https://megalinter.io/configuration/ diff --git a/.mega-linter.yml b/.mega-linter.yml index e7dbc205..dca1d8c4 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -14,6 +14,9 @@ DISABLE_LINTERS: - BASH_EXEC - BASH_SHFMT - JSON_PRETTIER + - PYTHON_BLACK + - PYTHON_FLAKE8 + - PYTHON_ISORT - REPOSITORY_DEVSKIM - REPOSITORY_KICS - REPOSITORY_SECRETLINT