GitGuardian / ggshield

Find and fix 360+ types of hardcoded secrets and 70+ types of infrastructure-as-code misconfigurations.
https://gitguardian.com
MIT License
1.57k stars 138 forks source link

Pyright update #912

Closed agateau-gg closed 3 weeks ago

agateau-gg commented 3 weeks ago

Context

This PR syncs pyright configuration to match py-gitguardian:

What has been done

Mostly simple fixes, but a few trickier changes are in their own commits. In particular IaCScanCollection becomes a generic class (see 2nd commmit).

agateau-gg commented 3 weeks ago

Hum something went wrong in the pipeline ? :o

Yeah, Python 3.8 is getting too old to run latest pyright. Should be better now.