Skip to content

Commit

Permalink
revert other changes to settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraksi authored Jan 19, 2024
1 parent ccab019 commit d532b48
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.enabled": true,
"editor.rulers": [
80
],
"editor.formatOnSave": true,
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--line-length",
"80"
],
"python.sortImports.args": [
"--profile",
"black",
"--sl"
],
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingImports": "none"
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.enabled": true,
"editor.rulers": [
80
],
"editor.formatOnSave": true,
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--line-length",
"80"
],
"python.sortImports.args": [
"--profile",
"black",
"--sl"
],
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"python.analysis.diagnosticSeverityOverrides": {
"reportMissingImports": "none"
}
}

0 comments on commit d532b48

Please sign in to comment.