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