We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eff7a9 commit c7beff5Copy full SHA for c7beff5
.github/workflows/mega-linter.yml
@@ -43,7 +43,7 @@ jobs:
43
id: ml
44
# You can override MegaLinter flavor used to have faster performances
45
# More info at https://megalinter.io/flavors/
46
- uses: oxsecurity/megalinter@v8.3.0
+ uses: oxsecurity/megalinter@v8.4.2
47
env:
48
# All available variables are described in documentation
49
# https://megalinter.io/configuration/
.mega-linter.yml
@@ -14,6 +14,9 @@ DISABLE_LINTERS:
14
- BASH_EXEC
15
- BASH_SHFMT
16
- JSON_PRETTIER
17
+ - PYTHON_BLACK
18
+ - PYTHON_FLAKE8
19
+ - PYTHON_ISORT
20
- REPOSITORY_DEVSKIM
21
- REPOSITORY_KICS
22
- REPOSITORY_SECRETLINT
0 commit comments