Overhaul tooling, linting, editor configs, and README

This commit is contained in:
rlaphoenix
2023-11-08 23:07:04 +00:00
parent 49315eceb8
commit ba83e29147
13 changed files with 609 additions and 98 deletions

12
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"recommendations": [
"EditorConfig.EditorConfig",
"streetsidesoftware.code-spell-checker",
"ms-python.python",
"ms-python.vscode-pylance",
"charliermarsh.ruff",
"ms-python.isort",
"ms-python.mypy-type-checker",
"redhat.vscode-yaml"
]
}