Skip to content

Commit 446946b

Browse files
committed
Retry
1 parent 189180f commit 446946b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ omit= [
220220
[tool.ruff]
221221
target-version = "py312"
222222

223-
select = [
223+
lint.select = [
224224
"B002", # Python does not support the unary prefix increment
225225
"B007", # Loop control variable {name} not used within loop body
226226
"B014", # Exception handler with duplicate exception
@@ -287,7 +287,7 @@ select = [
287287
"W", # pycodestyle
288288
]
289289

290-
ignore = [
290+
lint.ignore = [
291291
"D202", # No blank lines allowed after function docstring
292292
"D203", # 1 blank line required before class docstring
293293
"D213", # Multi-line docstring summary should start at the second line

0 commit comments

Comments
 (0)