PYTHON
Linters
Linter | Configuration key |
---|---|
pylint | PYTHON_PYLINT |
black | PYTHON_BLACK |
flake8 | PYTHON_FLAKE8 |
isort | PYTHON_ISORT |
bandit | PYTHON_BANDIT |
mypy | PYTHON_MYPY |
Linted files
- File extensions:
.py
Configuration in Mega-Linter
Variable | Description | Default value |
---|---|---|
PYTHON_FILTER_REGEX_INCLUDE | Custom regex including filter | |
PYTHON_FILTER_REGEX_EXCLUDE | Custom regex excluding filter |