Skip to content

Commit a798346

Browse files
committed
Ruff config fixes
1 parent adae90e commit a798346

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ line-length = 120
44

55
[tool.ruff]
66
line-length = 120
7-
fixable = ["ALL"]
7+
lint.fixable = ["ALL"]
88
target-version = "py38"
9-
select = [
9+
lint.select = [
1010
"F",
1111
"E",
1212
"W",
@@ -46,8 +46,8 @@ select = [
4646
"RUF"
4747
]
4848

49-
[tool.ruff.mccabe]
49+
[tool.ruff.lint.mccabe]
5050
max-complexity = 9
5151

52-
[tool.ruff.flake8-quotes]
52+
[tool.ruff.lint.flake8-quotes]
5353
docstring-quotes = "double"

0 commit comments

Comments
 (0)