Skip to content

Commit c7beff5

Browse files
authored
Bump MegaLinter to v8.4.2. (#487)
1 parent 0eff7a9 commit c7beff5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: ml
4444
# You can override MegaLinter flavor used to have faster performances
4545
# More info at https://megalinter.io/flavors/
46-
uses: oxsecurity/megalinter@v8.3.0
46+
uses: oxsecurity/megalinter@v8.4.2
4747
env:
4848
# All available variables are described in documentation
4949
# https://megalinter.io/configuration/

.mega-linter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ DISABLE_LINTERS:
1414
- BASH_EXEC
1515
- BASH_SHFMT
1616
- JSON_PRETTIER
17+
- PYTHON_BLACK
18+
- PYTHON_FLAKE8
19+
- PYTHON_ISORT
1720
- REPOSITORY_DEVSKIM
1821
- REPOSITORY_KICS
1922
- REPOSITORY_SECRETLINT

0 commit comments

Comments
 (0)