Skip to content

Commit

Permalink
Remove deprecated VScode Python settings
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Nov 6, 2023
1 parent d1b069a commit f8f0f6c
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 f8f0f6c

Please sign in to comment.