Files
fastapi-cache/tests/pyproject.toml
2024-11-09 22:50:09 +00:00

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"]