Skip to content

Commit dd7cf35

Browse files
Update schema.v2.json
1 parent 9cd059e commit dd7cf35

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

static/schema/schema.v2.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,19 @@
831831
"default": {},
832832
"description": "Configuration for Prisma Schema linting to ensure schema file quality"
833833
},
834+
"pylint": {
835+
"type": "object",
836+
"properties": {
837+
"enabled": {
838+
"type": "boolean",
839+
"default": true,
840+
"description": "Enable Pylint | Pylint is a Python static code analysis tool. | v3.3.7"
841+
}
842+
},
843+
"additionalProperties": false,
844+
"default": {},
845+
"description": "Pylint is a Python static code analysis tool."
846+
},
834847
"oxc": {
835848
"type": "object",
836849
"properties": {

0 commit comments

Comments
 (0)