Skip to content

Commit

Permalink
solve wandb isort issue with explicit third-party
Browse files Browse the repository at this point in the history
  • Loading branch information
arturtoshev committed Feb 20, 2024
1 parent ca2d810 commit ab0e7f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ select = [
# "D", # pydocstyle - consider in the future
]

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

[tool.pytest.ini_options]
testpaths = "tests/"
addopts = "--cov=lagrangebench --cov-fail-under=50"
Expand Down

0 comments on commit ab0e7f1

Please sign in to comment.