Skip to content

Commit

Permalink
squash refs/convert/... branch history after each series of commits (#…
Browse files Browse the repository at this point in the history
…3131)

* squash refs/convert/... branch history after each series of commits

* upgrade to huggingface_hub 0.28.0 to fix super_squash_history on refs/convert/parquet|duckdb

* fix some mypy errors

* fix types for huggingface_hub

* fix types for huggingface_hub

* add missing marker

* try to disable tests on prod HF
  • Loading branch information
severo authored Feb 3, 2025
1 parent b175525 commit c598858
Show file tree
Hide file tree
Showing 36 changed files with 329 additions and 201 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_unit-tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
S3_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
CLOUDFRONT_KEY_PAIR_ID: "K3814DK2QUJ71H"
CLOUDFRONT_PRIVATE_KEY: ${{ secrets.CLOUDFRONT_PRIVATE_KEY }}
run: poetry run python -m pytest -s
run: poetry run python -m pytest -s -m "not real_dataset and not integration"
8 changes: 4 additions & 4 deletions .vscode/monorepo.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"name": "services/sse-api",
"path": "../services/sse-api"
},
{
"name": "services/worker",
"path": "../services/worker"
},
{
"name": "services/webhook",
"path": "../services/webhook"
},
{
"name": "services/worker",
"path": "../services/worker"
}
],
"settings": {
Expand Down
18 changes: 9 additions & 9 deletions e2e/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions e2e/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python = "3.9.18"

[tool.poetry.group.dev.dependencies]
bandit = "^1.7.4"
huggingface-hub = {version = "^0.25.1", extras = ["hf-transfer"]}
huggingface-hub = {version = "^0.28.0", extras = ["hf-transfer"]}
mypy = "^1.10.0"
pip-audit = "^2.7.3"
pytest = "^8.2.2"
Expand All @@ -34,8 +34,7 @@ strict = true
module = [
"huggingface_hub.*",
]
# ^ huggingface_hub is not typed since version 0.13.0
ignore_missing_imports = true
no_implicit_reexport = false

[tool.ruff]
line-length = 119
Expand Down
2 changes: 1 addition & 1 deletion front/admin_ui/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 10 additions & 9 deletions jobs/cache_maintenance/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions jobs/cache_maintenance/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ strict = true
module = [
"huggingface_hub.*",
]
# ^ huggingface_hub is not typed since version 0.13.0
ignore_missing_imports = true
no_implicit_reexport = false

[tool.ruff]
line-length = 119
Expand Down
19 changes: 10 additions & 9 deletions jobs/mongodb_migration/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c598858

Please sign in to comment.