Add channel id by name message
This commit is contained in:
parent
3d7ec85a55
commit
4cd8fb80da
5 changed files with 45 additions and 12 deletions
|
|
@ -47,7 +47,7 @@ inline-quotes = "single"
|
|||
|
||||
[tool.ruff.lint.pylint]
|
||||
max-args=16
|
||||
max-branches=32
|
||||
max-branches=34
|
||||
max-locals=16
|
||||
max-nested-blocks=8
|
||||
max-public-methods=16
|
||||
|
|
@ -55,7 +55,7 @@ max-returns=8
|
|||
max-statements=96
|
||||
|
||||
[tool.ruff.lint.mccabe]
|
||||
max-complexity = 32
|
||||
max-complexity = 34
|
||||
|
||||
[tool.coverage.run]
|
||||
command_line = "-m pytest"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue