diff --git a/setup.cfg b/setup.cfg index fa30918..bc01b8d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ exclude = ./.git, ./tests, ./.github, __pycache__, - ./docs + ./docs, ./custom_components/mikrotik_router/librouteros_custom # Run with: pylint --rcfile=setup.cfg --load-plugins=pylint.extensions.mccabe custom_components @@ -19,4 +19,4 @@ disable = duplicate-code, too-many-arguments, too-many-instance-attributes, simplifiable-if-expression, - #bare-except, + bare-except