Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615a6c3 commit 35720e8Copy full SHA for 35720e8
static/schema/schema.v2.json
@@ -831,6 +831,19 @@
831
"default": {},
832
"description": "Configuration for Prisma Schema linting to ensure schema file quality"
833
},
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
847
"oxc": {
848
"type": "object",
849
"properties": {
0 commit comments