Skip to content

Commit 189180f

Browse files
committed
Revert lint_ignore
1 parent 1cc90d4 commit 189180f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ select = [
287287
"W", # pycodestyle
288288
]
289289

290-
lint_ignore = [
290+
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)