Skip to content

Commit a4803fc

Browse files
committed
Add explanation
1 parent 11dfd62 commit a4803fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ test = "uv run pytest"
7676
[tool.ruff]
7777
target-version = "py39"
7878
exclude = ["*_pb2.py", "*_pb2_grpc.py"]
79-
lint.ignore = ["E741"]
79+
lint.ignore = ["E741"] # we occasionally use e.g. O as a type var and l as a loop variable
8080

8181

8282
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)