Skip to content

Commit

Permalink
Remove deprecated Python config from VS Code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Nov 10, 2023
1 parent 6fb41e2 commit 00192d3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
},
"prettier.printWidth": 79,
"rewrap.wrappingColumn": 79,
"python.formatting.provider": "black",
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.mypyEnabled": true,
"python.linting.flake8Enabled": true,
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": ["tests"],
Expand Down

0 comments on commit 00192d3

Please sign in to comment.