We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b72f4 commit 543ee01Copy full SHA for 543ee01
.github/workflows/mega-linter.yml
@@ -38,7 +38,7 @@ jobs:
38
id: ml
39
# You can override MegaLinter flavor used to have faster performances
40
# More info at https://megalinter.io/flavors/
41
- uses: oxsecurity/megalinter@v8.3.0
+ uses: oxsecurity/megalinter@v8.4.2
42
env:
43
# All available variables are described in documentation:
44
# https://megalinter.io/configuration/
.mega-linter.yml
@@ -15,6 +15,9 @@ DISABLE_LINTERS:
15
- BASH_SHFMT
16
- CPP_CLANG_FORMAT
17
- JSON_PRETTIER
18
+ - PYTHON_BLACK
19
+ - PYTHON_FLAKE8
20
+ - PYTHON_ISORT
21
- REPOSITORY_DEVSKIM
22
- REPOSITORY_KICS
23
- REPOSITORY_SECRETLINT
0 commit comments