Skip to content

Commit

Permalink
updates for new stuff (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslowry authored Sep 1, 2024
1 parent ce7828b commit 7c8d87f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
8 changes: 6 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"recommendations": ["ms-python.python"]
}
"recommendations": [
"ms-python.python",
"ms-python.pylint",
"ms-python.autopep8"
]
}
11 changes: 5 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
"source.organizeImports": "explicit"
},
"python.analysis.typeCheckingMode": "basic",
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.formatting.provider": "autopep8",
"python.formatting.autopep8Args": [
"autopep8.args": [
"--max-line-length",
"100",
"--experimental"
],
"python.testing.pytestArgs": ["tests"],
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
}

0 comments on commit 7c8d87f

Please sign in to comment.