tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

pyrightconfig.json (115B)


      1 {
      2     "reportMissingTypeStubs": true,
      3     "reportUnknownMemberType": true,
      4     "reportUnknownVariableType": true
      5 }