Skip to content

Commit db0d581

Browse files
ruff: extended-ignore → ignore (jaraco/skeleton#105)
Applies Repo-Review suggestion: RF201: Avoid using deprecated config settings extend-ignore deprecated, use ignore instead (identical)
1 parent a9c5dd5 commit db0d581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[lint]
2-
extend-ignore = [
2+
ignore = [
33
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
44
"W191",
55
"E111",

0 commit comments

Comments
 (0)