mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-25 04:57:54 +00:00
11 lines
196 B
TOML
11 lines
196 B
TOML
[tool.ruff]
|
|
extend = "../pyproject.toml"
|
|
lint.extend-select = [
|
|
"PT", # flake8-pytest-style
|
|
]
|
|
lint.ignore = ["S101"]
|
|
|
|
[tool.ruff.lint.isort]
|
|
known-first-party = ["examples", "fastapi_cache"]
|
|
|