mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-25 04:57:54 +00:00
build fixes #415: Bump ruff from 0.1.1 to 0.3.2
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user