Skip to content

Commit

Permalink
VSCode: removed deprecated workspace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Nov 23, 2023
1 parent 25ef85c commit 600baed
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@
},
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.linting.pycodestyleArgs": [
"--max-line-length=88",
"--ignore=E203,W503"
],
"python.linting.pycodestyleEnabled": true,
"python.formatting.provider": "none",
"esbonio.sphinx.confDir": "",
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.pytestPath": "pytest",
Expand Down

0 comments on commit 600baed

Please sign in to comment.