Skip to content
Snippets Groups Projects
Select Git revision
  • phhw
  • captouch-threshold
  • t
  • dos
  • test2
  • test
  • slewtest
  • simtest
  • view-think
  • vm-pending
  • media-buf
  • scope
  • passthrough
  • wave
  • vsync
  • dos-main-patch-50543
  • json-error
  • rahix/big-flow3r
  • main default protected
  • pippin/media_framework
  • v1.3.0
  • v1.2.0
  • v1.2.0+rc1
  • v1.1.1
  • v1.1.0
  • v1.1.0+rc1
  • v1.0.0
  • v1.0.0+rc6
  • v1.0.0+rc5
  • v1.0.0+rc4
  • v1.0.0+rc3
  • v1.0.0+rc2
  • v1.0.0+rc1
33 results

mypy.sh

Blame
  • Forked from flow3r / flow3r firmware
    Source project has a limited visibility.
    • ar's avatar
      a8370953
      tools/mypy: only scan the actual app directory · a8370953
      ar authored and q3k's avatar q3k committed
      the script was refering to an undefined variable, which made it scan
      the whole python_payload/apps/ directory. as a side effect the run is
      ever so slightly faster now, but scanning the whole directory just once
      would be faster.
      
      also added a check against that to the set line on top
      a8370953
      History
      tools/mypy: only scan the actual app directory
      ar authored and q3k's avatar q3k committed
      the script was refering to an undefined variable, which made it scan
      the whole python_payload/apps/ directory. as a side effect the run is
      ever so slightly faster now, but scanning the whole directory just once
      would be faster.
      
      also added a check against that to the set line on top