Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit b565712

Browse files
use pylance and black
1 parent f150c22 commit b565712

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ docs/api
1919

2020

2121
# VS Code
22-
.vscode
2322
.devcontainer
2423

2524
# gcip

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"python.languageServer": "Pylance",
3+
"python.formatting.provider": "black",
4+
"python.analysis.typeCheckingMode": "basic"
5+
}

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tool.black]
2+
line-length = 160

0 commit comments

Comments
 (0)