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 11dfd62 commit a4803fcCopy full SHA for a4803fc
pyproject.toml
@@ -76,7 +76,7 @@ test = "uv run pytest"
76
[tool.ruff]
77
target-version = "py39"
78
exclude = ["*_pb2.py", "*_pb2_grpc.py"]
79
-lint.ignore = ["E741"]
+lint.ignore = ["E741"] # we occasionally use e.g. O as a type var and l as a loop variable
80
81
82
[tool.pytest.ini_options]
0 commit comments