Skip to content

Commit 5888716

Browse files
chore: .gitignore and pyproject.toml regrouping (#65)
1 parent fb30060 commit 5888716

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ LICENSE_HEADER
99
model-report.html
1010
data-report.html
1111
/site/
12+
.vscode/

poetry.lock

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ ruff = "0.7.0"
4949
pytest = ">=7.1.2"
5050
pre-commit = ">=3.2.0"
5151
twine = "^5.1.1"
52-
# docs
52+
53+
[tool.poetry.group.docs.dependencies]
5354
mkdocs = ">=1.5.3"
5455
mkdocstrings = { version = "^0.27.0", extras = ["crystal", "python"] }
5556
mkdocs-material = "^9.0.0"

0 commit comments

Comments
 (0)