Skip to content

Commit d7e01dc

Browse files
authored
chore: upgrade ruff settings (#744)
1 parent 090adc3 commit d7e01dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ pytest-mock = "^3.3"
1616
[tool.ruff]
1717
target-version = "py38"
1818
line-length = 88
19+
20+
[tool.ruff.lint]
1921
ignore = [
2022
"D203", # 1 blank line required before class docstring
2123
"D212", # Multi-line docstring summary should start at the first line
@@ -37,7 +39,7 @@ select = [
3739
"RUF", # ruff specific
3840
]
3941

40-
[tool.ruff.per-file-ignores]
42+
[tool.ruff.lint.per-file-ignores]
4143
"tests/**/*" = [
4244
"D100",
4345
"D101",

0 commit comments

Comments
 (0)