Skip to content

Commit

Permalink
🔧 chore: always combine as import
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Sep 5, 2024
1 parent 7217642 commit dce276f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ ignore = [
[tool.ruff.lint.isort]
required-imports = ["from __future__ import annotations"]
known-first-party = ["moelib"]
combine-as-imports = true

[tool.ruff.lint.per-file-ignores]
"setup.py" = ["I"]
Expand Down

0 comments on commit dce276f

Please sign in to comment.