We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b55040 commit 773dbd8Copy full SHA for 773dbd8
1 file changed
.ruff.toml
@@ -31,6 +31,7 @@ ignore = [
31
"ANN401",
32
"TRY003",
33
"G004",
34
+ "TRY201",
35
]
36
37
select = [
@@ -155,6 +156,7 @@ inline-quotes = "single"
155
156
"types.py" = ["D", "E501"] # Ignore docstring and annotation issues in types.py
157
"proto_utils.py" = ["D102", "PLR0911"]
158
"helpers.py" = ["ANN001", "ANN201", "ANN202"]
159
+"scripts/*.py" = ["INP001"]
160
161
[format]
162
exclude = [
0 commit comments