Update setup.cfg

This commit is contained in:
Tomaae 2023-01-16 01:25:35 +01:00 committed by GitHub
parent f0601f7c19
commit 10aeb0ba1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ exclude = ./.git,
./tests, ./tests,
./.github, ./.github,
__pycache__, __pycache__,
./docs ./docs,
./custom_components/mikrotik_router/librouteros_custom ./custom_components/mikrotik_router/librouteros_custom
# Run with: pylint --rcfile=setup.cfg --load-plugins=pylint.extensions.mccabe custom_components # 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-arguments,
too-many-instance-attributes, too-many-instance-attributes,
simplifiable-if-expression, simplifiable-if-expression,
#bare-except, bare-except