tomaae.homeassistant-mikrot.../setup.cfg
2023-01-16 01:36:09 +01:00

22 lines
577 B
INI

[flake8]
ignore = W293
max-line-length = 220
max-complexity = 10
exclude = ./.git,
./tests,
./.github,
__pycache__,
./docs,
./custom_components/mikrotik_router/librouteros_custom
# Run with: pylint --rcfile=setup.cfg --load-plugins=pylint.extensions.mccabe custom_components
[pylint]
disable = duplicate-code,
too-many-public-methods,
useless-return,
import-error,
too-many-arguments,
too-many-instance-attributes,
simplifiable-if-expression,
bare-except