Skip to content

Commit 6130332

Browse files
committed
update ruff options in pyproject.toml
1 parent aa2c6b5 commit 6130332

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
@@ -70,7 +70,7 @@ select = [
7070
"W", # pycodestyle
7171
"PL", # pylint
7272
]
73-
lint.ignore = [
73+
ignore = [
7474
"E501", # Line too long ({width} > {limit} characters)
7575
"E701", # Multiple statements on one line (colon)
7676
"E731", # Do not assign a lambda expression, use a def

0 commit comments

Comments
 (0)