Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
squat authored Jan 2, 2025
1 parent 2eb335a commit 5509bfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/fal/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,8 @@ target-version = "py38"
[tool.ruff.lint]
select = ["E", "F", "W", "PLC", "PLE", "PLW", "I", "UP"]

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

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

0 comments on commit 5509bfd

Please sign in to comment.