Skip to content

Commit

Permalink
Update ruff config to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Mar 26, 2024
1 parent bfa831f commit 157487e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ packages = ["datahugger"]
write_to = "datahugger/_version.py"

[tool.ruff]
select = ["E", "F", "UP", "I", "B"]
extend-include = ["*.ipynb"]

[tool.ruff.isort]
[tool.ruff.lint]
select = ["E", "F", "UP", "I", "B"]

[tool.ruff.lint.isort]
force-single-line = true

0 comments on commit 157487e

Please sign in to comment.