Skip to content

Commit

Permalink
Add sorting of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nrontsis committed Oct 21, 2024
1 parent 32ba5f3 commit c03c40f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.pylance"
"ms-python.pylance",
"charliermarsh.ruff"
]
}
},
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.pyright]
include = ["server"]
useLibraryCodeForTypes = true
useLibraryCodeForTypes = true

[tool.ruff]
lint.extend-select = ["I"]

0 comments on commit c03c40f

Please sign in to comment.