Skip to content

Commit ac0be99

Browse files
committed
follow up to #145
1 parent ada1fbc commit ac0be99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/extensions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"rust-lang.rust-analyzer",
44
"streetsidesoftware.code-spell-checker",
55
"fill-labs.dependi",
6-
"wolfmah-vscode.just-syntax",
7-
"eamodio.gitlens"
6+
"ms-python.python",
7+
"charliermarsh.ruff",
8+
"matangover.mypy"
89
]
910
}

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def run_mkdocs(session: nox.Session, cmd: str, *args: str):
5353

5454

5555
@nox.session(name="docs-build")
56-
# @nox.parametrize("cmd", ["build", "serve", "rs"], ids=["build", "serve", "rs"])
5756
def docs_build(session: nox.Session):
5857
"""Build docs with mkdocs"""
5958
run_mkdocs(session, "build", *session.posargs)

0 commit comments

Comments
 (0)