mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-24 20:47:54 +00:00
8 lines
129 B
TOML
8 lines
129 B
TOML
|
|
[tool.ruff]
|
||
|
|
extend = "../pyproject.toml"
|
||
|
|
ignore = ["S101"]
|
||
|
|
|
||
|
|
[tool.ruff.isort]
|
||
|
|
known-first-party = ["examples", "fastapi_cache"]
|
||
|
|
|