File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
id : ml
42
42
# You can override Mega-Linter flavor used to have faster performance
43
43
# More info at https://megalinter.github.io/flavors/
44
- uses : megalinter/megalinter/flavors/python@v5
44
+ uses : megalinter/megalinter/flavors/python@beta
45
45
env :
46
46
# All available variables are described in documentation
47
47
# https://megalinter.github.io/configuration/
Original file line number Diff line number Diff line change 8
8
# - SPELL # Uncomment to disable checks of spelling mistakes
9
9
DISABLE_LINTERS :
10
10
- MARKDOWN_MARKDOWN_TABLE_FORMATTER # Unable to locally autoformat tables
11
- - PYTHON_BANDIT # Unable to set to use repo config file; re-enable when fixed
12
- - PYTHON_BLACK # Version in Mega-Linter doesn't yet support Python 3.9
13
11
- PYTHON_MYPY # Managed externally; relies on locally installed packages
14
12
- PYTHON_PYLINT # Managed externally; relies on locally installed packages
15
13
- SPELL_CSPELL # Vast number of false positives
@@ -22,9 +20,11 @@ FORMATTERS_DISABLE_ERRORS: false
22
20
SHOW_ELAPSED_TIME : true
23
21
24
22
MARKDOWN_MARKDOWNLINT_CONFIG_FILE : LINTER_DEFAULT
25
- # PYTHON_BANDIT_CONFIG_FILE: LINTER_DEFAULT # Uncomment when Bandit config supported
23
+ PYTHON_BANDIT_CONFIG_FILE : .bandit.yml
26
24
PYTHON_BLACK_CONFIG_FILE : LINTER_DEFAULT
27
25
PYTHON_FLAKE8_CONFIG_FILE : LINTER_DEFAULT
28
26
PYTHON_ISORT_CONFIG_FILE : LINTER_DEFAULT
29
27
YAML_PRETTIER_CONFIG_FILE : LINTER_DEFAULT
30
28
YAML_YAMLLINT_CONFIG_FILE : LINTER_DEFAULT
29
+
30
+ LOG_LEVEL : DEBUG # Temporarily added to debug mega-linter
You can’t perform that action at this time.
0 commit comments