Skip to content

Commit

Permalink
Merge pull request #58 from Xiao-Chenguang/wandb-isort
Browse files Browse the repository at this point in the history
Add wandb into third party package explicitly to avoid wrong sort when import
  • Loading branch information
Xiao-Chenguang authored Nov 22, 2024
2 parents 962d7d9 + 31bf18b commit 5798263
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 34 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ build-backend = "hatchling.build"
[tool.pyright]
reportPrivateImportUsage = "none"

[tool.ruff.lint.isort]
known-third-party = ["wandb"]

[tool.uv]
dev-dependencies = [
"datasets>=3.1.0",
Expand Down
136 changes: 102 additions & 34 deletions uv.lock

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

0 comments on commit 5798263

Please sign in to comment.