mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Set Threshold for DeepSource's PY-R1000 to High (#3888)
This commit is contained in:
parent
ab90cd7359
commit
74112bfd06
1 changed files with 1 additions and 0 deletions
|
@ -17,3 +17,4 @@ enabled = true
|
||||||
runtime_version = "3.x.x"
|
runtime_version = "3.x.x"
|
||||||
max_line_length = 99
|
max_line_length = 99
|
||||||
skip_doc_coverage = ["module", "magic", "init", "nonpublic"]
|
skip_doc_coverage = ["module", "magic", "init", "nonpublic"]
|
||||||
|
cyclomatic_complexity_threshold = "high"
|
||||||
|
|
Loading…
Reference in a new issue