.. | |||||
__pycache__ | |||||
bandit | |||||
dodgy | |||||
mccabe | |||||
mypy | |||||
profile_validator | |||||
pycodestyle | |||||
pydocstyle | |||||
pyflakes | |||||
pylint | |||||
pyright | |||||
pyroma | |||||
vulture | |||||
__init__.py | |||||
base.py | |||||
exceptions.py | |||||
utils.py |
class BadToolConfig(Exception): def __init__(self, tool_name: str, message: str): super().__init__(f"Bad option value found for tool {tool_name}: {message}")
.. | |||||
__pycache__ | |||||
bandit | |||||
dodgy | |||||
mccabe | |||||
mypy | |||||
profile_validator | |||||
pycodestyle | |||||
pydocstyle | |||||
pyflakes | |||||
pylint | |||||
pyright | |||||
pyroma | |||||
vulture | |||||
__init__.py | |||||
base.py | |||||
exceptions.py | |||||
utils.py |