Skip to content

Commit

Permalink
Bumped libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Sep 20, 2022
1 parent 565cbe0 commit aaa264f
Show file tree
Hide file tree
Showing 9 changed files with 5,100 additions and 11,566 deletions.
21 changes: 12 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,29 @@
"source.fixAll": true,
"source.fixAll.unusedImports": false,
"source.fixAll.convertImportFormat": true,
"source.organizeImports": true,
"source.organizeImports": false,
},
// Set the default formatter to help avoid Prettier
"[json]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.defaultFormatter": "vscode.json-language-features",
},
"[jsonc]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.defaultFormatter": "vscode.json-language-features",
},
"[html]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.defaultFormatter": "vscode.html-language-features",
},
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.defaultFormatter": "vscode.typescript-language-features",
},
"[javascriptreact]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.defaultFormatter": "vscode.typescript-language-features",
},
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.defaultFormatter": "vscode.typescript-language-features",
},
"[typescriptreact]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.defaultFormatter": "vscode.typescript-language-features",
},
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
Expand Down Expand Up @@ -109,7 +109,10 @@
// 88, // Black default
99, // PEP8-17 acceptable max
120, // Our hard rule
]
],
"editor.codeActionsOnSave": {
"source.organizeImports": true,
},
},
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
Expand Down
Loading

0 comments on commit aaa264f

Please sign in to comment.