Skip to content

Commit

Permalink
fix isort config in pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Mar 21, 2024
1 parent c242533 commit 53161ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ convention = "google"
builtins-ignorelist = ["id"]

[tool.ruff.lint.isort]
known-first-party = ["app"]
known-first-party = ["fastapi_redis_cache"]

[tool.ruff.lint.pyupgrade]
keep-runtime-typing = true
Expand Down

0 comments on commit 53161ac

Please sign in to comment.