build fixes #415: Bump ruff from 0.1.1 to 0.3.2

This commit is contained in:
Gary Gale
2024-11-09 22:50:09 +00:00
parent d76c4d7561
commit ba6e8a10c2
4 changed files with 28 additions and 27 deletions

View File

@@ -1,10 +1,10 @@
[tool.ruff]
extend = "../pyproject.toml"
extend-select = [
lint.extend-select = [
"PT", # flake8-pytest-style
]
ignore = ["S101"]
lint.ignore = ["S101"]
[tool.ruff.isort]
[tool.ruff.lint.isort]
known-first-party = ["examples", "fastapi_cache"]