Skip to content

Commit

Permalink
pyproject.toml: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
deltheil committed Jan 29, 2024
1 parent cd64bb2 commit 5a8389e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ line-length = 120
[tool.ruff]
src = ["src"] # see https://docs.astral.sh/ruff/settings/#src
select = [
"I", # isort
"I", # isort
]
ignore = [
"F722", # forward-annotation-syntax-error, because of Jaxtyping
Expand Down

0 comments on commit 5a8389e

Please sign in to comment.