Skip to content

Commit 77a4e8b

Browse files
committed
Format pyproject.toml
1 parent f905fbb commit 77a4e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ format.docstring-code-format = true
170170
# The CLI configures the root logger via Click, so root logger calls are intentional.
171171
# See: https://docs.astral.sh/ruff/rules/root-logger-call/
172172
lint.ignore = [ "D400", "ERA001", "LOG015" ]
173+
lint.isort.combine-as-imports = true
173174
# Allow rules to add `from __future__ import annotations` in cases where
174175
# this would simplify a fix or enable a new diagnostic.
175176
# https://docs.astral.sh/ruff/settings/#lint_future-annotations
176177
lint.future-annotations = true
177-
lint.isort.combine-as-imports = true
178178

179179
[tool.typos]
180180
files.extend-exclude = [

0 commit comments

Comments
 (0)