mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-02 17:04:31 +02:00
added flake8 and pylint config
This commit is contained in:
parent
dba9d8cdd6
commit
bb0db7f64a
1 changed files with 13 additions and 0 deletions
13
setup.cfg
Normal file
13
setup.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
[flake8]
|
||||
ignore = W191,W293,E265,E266,E117,E402
|
||||
max-line-length = 220
|
||||
max-complexity = 30
|
||||
exclude =
|
||||
./.git,
|
||||
./tests,
|
||||
./.github,
|
||||
__pycache__,
|
||||
./docs
|
||||
|
||||
[pylint]
|
||||
disable = duplicate-code, invalid-name, mixed-indentation, missing-module-docstring, missing-class-docstring, missing-function-docstring, wrong-import-position, too-many-public-methods, too-many-return-statements, trailing-whitespace, bare-except, useless-return, bad-continuation, import-outside-toplevel
|
Loading…
Add table
Add a link
Reference in a new issue