mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-25 13:07:53 +00:00
This does mean we need to tell pyright that the init_cache auto-use fixture is still being used even though it now has a leading underscore.
11 lines
181 B
TOML
11 lines
181 B
TOML
[tool.ruff]
|
|
extend = "../pyproject.toml"
|
|
extend-select = [
|
|
"PT", # flake8-pytest-style
|
|
]
|
|
ignore = ["S101"]
|
|
|
|
[tool.ruff.isort]
|
|
known-first-party = ["examples", "fastapi_cache"]
|
|
|