Skip to content

Commit

Permalink
[libclang/python] type-ignore Any returns from library calls (llvm#…
Browse files Browse the repository at this point in the history
…101310)

On its own, this change leads to _more_ strict typing errors as the
functions are mostly not annotated so far, so the `# type: ignore`s are
reported as Unused. This is part of the work leading up to llvm#78114
though, and one of the bigger parts factored out from it, so these will
later lead to less strict typing errors as the functions are annotated
with return types.
  • Loading branch information
DeinAlptraum authored Jul 31, 2024
1 parent 4c670b2 commit 5525566
Showing 1 changed file with 97 additions and 97 deletions.
Loading

0 comments on commit 5525566

Please sign in to comment.