We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c0548 commit b91f876Copy full SHA for b91f876
pyproject.toml
@@ -96,8 +96,8 @@ line-length = 120
96
safe = true
97
98
[tool.ruff]
99
-select = ["ALL"]
100
-ignore = [
+lint.select = ["ALL"]
+lint.ignore = [
101
"I",
102
"D",
103
@@ -136,7 +136,6 @@ ignore = [
136
"TD002",
137
"TD003",
138
"TRY003",
139
- "TRY200",
140
"UP032",
141
]
142
line-length = 120
0 commit comments