We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f1265 commit 5f97e06Copy full SHA for 5f97e06
prospector.yaml
@@ -16,3 +16,7 @@ pylint:
16
pyflakes:
17
disable:
18
- F401
19
+
20
+mccabe:
21
+ options:
22
+ max-complexity: 10
0 commit comments