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 ba1d934 commit 9040fbdCopy full SHA for 9040fbd
.mega-linter.yml
@@ -30,6 +30,6 @@ PYTHON_BLACK_CONFIG_FILE: pyproject.toml
30
PYTHON_PYLINT_CONFIG_FILE: pyproject.toml
31
PYTHON_ISORT_CONFIG_FILE: pyproject.toml
32
PYTHON_BANDIT_CONFIG_FILE: pyproject.toml
33
-PYTHON_BANDIT_FILTER_REGEX_EXCLUDE: ./tests
+PYTHON_BANDIT_FILTER_REGEX_EXCLUDE: "tests"
34
35
PYTHON_PYLINT_ARGUMENTS: "--fail-under=0 --fail-on=E"
0 commit comments