On this line, we capture `e` but never use it https://github.com/llvm/llvm-project/blob/518c32824dbb4d6840c1f1427b7951f00ffebb12/clang/bindings/python/clang/cindex.py#L3882 Should we just remove the capture, or print the error? --- Thanks a lot `ruff check` :)