mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-12 16:18:22 +00:00
pyproject.toml: formatting
This commit is contained in:
parent
cd64bb29e6
commit
5a8389ee0d
|
@ -81,7 +81,7 @@ line-length = 120
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
src = ["src"] # see https://docs.astral.sh/ruff/settings/#src
|
src = ["src"] # see https://docs.astral.sh/ruff/settings/#src
|
||||||
select = [
|
select = [
|
||||||
"I", # isort
|
"I", # isort
|
||||||
]
|
]
|
||||||
ignore = [
|
ignore = [
|
||||||
"F722", # forward-annotation-syntax-error, because of Jaxtyping
|
"F722", # forward-annotation-syntax-error, because of Jaxtyping
|
||||||
|
|
Loading…
Reference in a new issue