We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
maxComplexity
line_length
1 parent bc1095f commit 85c288bCopy full SHA for 85c288b
pylsp/config/schema.json
@@ -91,7 +91,10 @@
91
"description": "List of errors and warnings to ignore (or skip)."
92
},
93
"pylsp.plugins.flake8.maxComplexity": {
94
- "type": "integer",
+ "type": [
95
+ "integer",
96
+ "null"
97
+ ],
98
"default": null,
99
"description": "Maximum allowed complexity threshold."
100
@@ -536,7 +539,7 @@
536
539
"description": "Include signature docstring."
537
540
538
541
"pylsp.signature.line_length": {
- "type": "number",
542
+ "type": "integer",
543
"default": 88,
544
"description": "Maximum line length in signatures."
545
}
0 commit comments