forana

Results 14 comments of forana

Suppose I should add: semgrep version = `1.81.0`

Noting that this still occurs on version 1.101.0

FWIW @ajbt200128 this may be an upstream issue with the LSP - per the [nosemgrep docs](https://semgrep.dev/docs/ignoring-files-folders-code): > Ignoring code through this method still generates a finding. The finding is automatically...

FWIW, `pyright` has the same issue. Here's a workaround: ```python datetime: Annotated[pendulum.DateTime, pendulum_dt.DateTime] ``` That gets it past both type-checkers _and_ is still functional.