mirror of
https://github.com/wassname/jaxtyping.git
synced 2026-09-09 11:24:55 +08:00
11 lines
246 B
TOML
11 lines
246 B
TOML
[tool.ruff]
|
|
select = ["E", "F", "I001"]
|
|
ignore = ["E721", "E731", "F722"]
|
|
ignore-init-module-imports = true
|
|
|
|
[tool.ruff.isort]
|
|
combine-as-imports = true
|
|
lines-after-imports = 2
|
|
extra-standard-library = ["typing_extensions"]
|
|
order-by-type = false
|