Set Threshold for DeepSource's PY-R1000 to High (#3888)

This commit is contained in:
Bibo-Joshi 2023-09-22 18:39:26 +02:00 committed by GitHub
parent ab90cd7359
commit 74112bfd06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,3 +17,4 @@ enabled = true
runtime_version = "3.x.x"
max_line_length = 99
skip_doc_coverage = ["module", "magic", "init", "nonpublic"]
cyclomatic_complexity_threshold = "high"