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 0ffafbe commit de91551
Show file tree
Hide file tree
Showing 3 changed files with 4 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"]
}
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"python.analysis.typeCheckingMode": "basic",
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
}
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

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

[tool.ruff]
Expand Down

0 comments on commit de91551

Please sign in to comment.