We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pyproject.toml
1 parent f905fbb commit 77a4e8bCopy full SHA for 77a4e8b
pyproject.toml
@@ -170,11 +170,11 @@ format.docstring-code-format = true
170
# The CLI configures the root logger via Click, so root logger calls are intentional.
171
# See: https://docs.astral.sh/ruff/rules/root-logger-call/
172
lint.ignore = [ "D400", "ERA001", "LOG015" ]
173
+lint.isort.combine-as-imports = true
174
# Allow rules to add `from __future__ import annotations` in cases where
175
# this would simplify a fix or enable a new diagnostic.
176
# https://docs.astral.sh/ruff/settings/#lint_future-annotations
177
lint.future-annotations = true
-lint.isort.combine-as-imports = true
178
179
[tool.typos]
180
files.extend-exclude = [
0 commit comments