Skip to content

Commit

Permalink
chore: 📌 remove slqfmt [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez committed Apr 5, 2024
1 parent fe5bd35 commit 7c7f221
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"*.sql": "jinja-sql"
},
"[jinja-sql]": {
"editor.defaultFormatter": "innoverio.vscode-dbt-power-user",
"editor.formatOnSave": false
},
"[python]": {
Expand Down
4 changes: 1 addition & 3 deletions datadex/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ def login(self):
def upload_dataset(self, dataset, name):
self.login()
dataset = Dataset.from_pandas(dataset, split=NamedSplit("main"))
r = dataset.push_to_hub(
"davidgasquez/" + name, max_shard_size="50000MB"
)
r = dataset.push_to_hub("davidgasquez/" + name, max_shard_size="50000MB")
return r


Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies = [
"huggingface_hub",
"ipykernel",
"ipywidgets",
"itables",
"matplotlib",
"nbclient",
"nbformat",
Expand All @@ -37,7 +36,7 @@ Issues = "https://github.com/davidgasquez/datadex/issues"
CI = "https://github.com/davidgasquez/datadex/actions"

[project.optional-dependencies]
dev = ["dagit", "shandy-sqlfmt[jinjafmt]", "ruff"]
dev = ["dagit", "ruff"]

[build-system]
requires = ["setuptools"]
Expand Down

0 comments on commit 7c7f221

Please sign in to comment.