Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
mandlinsarah authored and github-actions[bot] committed Oct 8, 2024
1 parent bd52a96 commit 860713c
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/iterative/py-template",
"commit": "867297aa15a0deaf5302edd01a2bc7ab87039627",
"commit": "ef90d737474b8723d0791281775a46096ddc9ad9",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ repos:
- id: trailing-whitespace
exclude: '^LICENSES/'
- repo: https://github.com/astral-sh/ruff-pre-commit
<<<<<<<
rev: 'v0.6.2'
=======
rev: 'v0.6.8'
>>>>>>>
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
9 changes: 9 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ theme:
- navigation.tabs
- navigation.path
- navigation.top
<<<<<<<
=======
python:
rendering:
show_submodules: no

watch:
- src/datachain
>>>>>>>
- navigation.prune
- navigation.footer
- toc.follow
Expand Down
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,27 @@ dependencies = [
"jmespath>=1.0",
"datamodel-code-generator>=0.25",
"Pillow>=10.0.0,<11",
<<<<<<<
"msgpack>=1.0.4,<2",
"psutil",
"huggingface_hub"
]

[project.optional-dependencies]
docs = [
=======

[project.optional-dependencies]
docs = [
"mkdocs==1.6.1",
"mkdocs-gen-files==0.5.0",
"mkdocs-material==9.5.36",
"mkdocs-section-index==0.3.9",
"mkdocstrings-python==1.11.1"
]
tests = [
"pytest==7.2.0",
>>>>>>>
"mkdocs>=1.5.2",
"mkdocs-gen-files>=0.5.0",
"mkdocs-material>=9.3.1",
Expand Down

0 comments on commit 860713c

Please sign in to comment.