We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adae90e commit a798346Copy full SHA for a798346
1 file changed
pyproject.toml
@@ -4,9 +4,9 @@ line-length = 120
4
5
[tool.ruff]
6
line-length = 120
7
-fixable = ["ALL"]
+lint.fixable = ["ALL"]
8
target-version = "py38"
9
-select = [
+lint.select = [
10
"F",
11
"E",
12
"W",
@@ -46,8 +46,8 @@ select = [
46
"RUF"
47
]
48
49
-[tool.ruff.mccabe]
+[tool.ruff.lint.mccabe]
50
max-complexity = 9
51
52
-[tool.ruff.flake8-quotes]
+[tool.ruff.lint.flake8-quotes]
53
docstring-quotes = "double"
0 commit comments