Skip to content

Commit

Permalink
[vscode] update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Sep 27, 2024
1 parent a2a9929 commit d9e515f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["ms-python.python", "charliermarsh.ruff"]
}
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"python.analysis.typeCheckingMode": "basic"
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
}
}
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.pyright]
reportDeprecated = true
pythonVersion = "3.12"

[tool.ruff]
Expand Down

0 comments on commit d9e515f

Please sign in to comment.