Skip to content

Commit

Permalink
Update VS Code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Nov 20, 2023
1 parent c52cad8 commit 726c974
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"recommendations": [
"codezombiech.gitignore",
"EditorConfig.EditorConfig",
"ms-python.mypy-type-checker",
"ms-python.python",
"redhat.vscode-yaml",
"sidneys1.gitconfig",
Expand Down
5 changes: 0 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"python.formatting.provider": "black",
"python.linting.enabled": true,
"python.linting.flake8Enabled": false,
"python.linting.mypyEnabled": true,
"python.linting.pylintEnabled": false,
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
"yaml.format.enable": true,
"python.testing.pytestArgs": [
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 726c974

Please sign in to comment.