We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d6642 commit f943f22Copy full SHA for f943f22
1 file changed
.ruff.toml
@@ -137,7 +137,7 @@ inline-quotes = "single"
137
"PLR2004",
138
"SLF001",
139
]
140
-"types.py" = ["D", "E501", "N815"] # Ignore docstring and annotation issues in types.py
+"types.py" = ["D", "E501"] # Ignore docstring and annotation issues in types.py
141
"proto_utils.py" = ["D102", "PLR0911"]
142
"helpers.py" = ["ANN001", "ANN201", "ANN202"]
143
0 commit comments