Skip to content

Commit 6cda866

Browse files
committed
simplify
1 parent e79a4ed commit 6cda866

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY . /workspace
1111
WORKDIR /workspace
1212

1313
# Install the project's dependencies
14-
RUN pip install -e ".[other,notebook,testing]"
14+
RUN pip install -e ".[other,notebook,testing,dev]"
1515

1616
# Install pre-commit hooks
1717
RUN pre-commit install

.devcontainer/devcontainer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
"ms-python.vscode-pylance",
1818
"ms-toolsai.jupyter",
1919
"charliermarsh.ruff",
20-
"eamodio.gitlens",
21-
"GitHub.copilot",
22-
"ms-vscode-remote.vscode-remote-extensionpack",
2320
"oderwat.indent-rainbow"
2421
]
2522
}

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ testing = [
5757
"pre_commit",
5858
"typeguard",
5959
]
60+
dev = [
61+
"ruff",
62+
"pre-commit",
63+
]
6064

6165
[project.urls]
6266
homepage = "https://adaptive.readthedocs.io/"

0 commit comments

Comments
 (0)