mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 15:02:01 +00:00
pyproject.toml: formatting
This commit is contained in:
parent
cd64bb29e6
commit
5a8389ee0d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue