Skip to content

Commit

Permalink
disable old linting directives
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Dec 1, 2023
1 parent f6e837c commit 3bb2856
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@
"typescript.tsc.autoDetect": "off",
"npm.exclude": ["**/client", "**/server"],
"python.analysis.extraPaths": ["./scripts"],
"python.formatting.provider": "black",
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"python.linting.pylintCategorySeverity.refactor": "Information"
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}

0 comments on commit 3bb2856

Please sign in to comment.