Skip to content

Commit b91f876

Browse files
committed
ruff: upgrade config in pyproject.toml
1 parent 67c0548 commit b91f876

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ line-length = 120
9696
safe = true
9797

9898
[tool.ruff]
99-
select = ["ALL"]
100-
ignore = [
99+
lint.select = ["ALL"]
100+
lint.ignore = [
101101
"I",
102102
"D",
103103

@@ -136,7 +136,6 @@ ignore = [
136136
"TD002",
137137
"TD003",
138138
"TRY003",
139-
"TRY200",
140139
"UP032",
141140
]
142141
line-length = 120

0 commit comments

Comments
 (0)