We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b517983 commit a05cb34Copy full SHA for a05cb34
1 file changed
pyproject.toml
@@ -147,16 +147,16 @@ line-length = 100
147
extend-ignore = ["F841"]
148
select = ["E", "F", "I", "Q"]
149
150
-[lint.isort]
+[tool.ruff.lint.isort]
151
required-imports = ["from __future__ import annotations"]
152
153
-[lint.per-file-ignores]
+[tool.ruff.lint.per-file-ignores]
154
"__init__.py" = ["F401"]
155
156
-[lint.mccabe]
+[tool.ruff.lint.mccabe]
157
max-complexity = 15
158
159
-[lint.flake8-quotes]
+[tool.ruff.lint.flake8-quotes]
160
docstring-quotes = "double"
161
162
[tool.black]
0 commit comments