Precommit: ensure executable bit is set (#29784)

* precommit ensure executable

* exclude tinygrad

* bump submodules

* exclude tinygrad globally
old-commit-hash: 4e69937d0d
test-msgs
Justin Newberry 2 years ago committed by GitHub
parent f66d09848a
commit 3b91610c0b
  1. 0
      .devcontainer/devcontainer.json
  2. 3
      .pre-commit-config.yaml
  3. 0
      README.md
  4. 2
      cereal
  5. 0
      common/params_pyx.pyx
  6. 2
      laika_repo
  7. 2
      opendbc
  8. 2
      panda
  9. 2
      rednose_repo
  10. 1
      selfdrive/car/body/interface.py
  11. 1
      selfdrive/car/body/radar_interface.py
  12. 1
      selfdrive/car/disable_ecu.py
  13. 1
      selfdrive/car/ford/interface.py
  14. 1
      selfdrive/car/ford/radar_interface.py
  15. 1
      selfdrive/car/hyundai/interface.py
  16. 1
      selfdrive/car/hyundai/radar_interface.py
  17. 1
      selfdrive/car/nissan/interface.py
  18. 1
      selfdrive/car/nissan/radar_interface.py
  19. 1
      selfdrive/car/subaru/interface.py
  20. 1
      selfdrive/car/subaru/radar_interface.py
  21. 0
      selfdrive/car/tests/routes.py
  22. 1
      selfdrive/car/toyota/interface.py
  23. 1
      selfdrive/car/volkswagen/radar_interface.py
  24. 0
      selfdrive/car/volkswagen/values.py
  25. 1
      selfdrive/controls/lib/events.py
  26. 0
      selfdrive/controls/lib/longitudinal_mpc_lib/long_mpc.py
  27. 0
      selfdrive/controls/tests/test_following_distance.py
  28. 0
      selfdrive/controls/tests/test_leads.py
  29. 0
      selfdrive/locationd/liblocationd.cc
  30. 0
      selfdrive/locationd/locationd.cc
  31. 0
      selfdrive/locationd/locationd.h
  32. 0
      selfdrive/locationd/models/live_kf.cc
  33. 0
      selfdrive/locationd/models/live_kf.h
  34. 0
      selfdrive/thermald/fan_controller.py
  35. 1
      system/hardware/tici/amplifier.py
  36. 0
      system/loggerd/deleter.py
  37. 0
      system/loggerd/uploader.py
  38. 1
      system/ubloxd/tests/test_ublox_processing.py
  39. 0
      system/ubloxd/tests/ublox.py
  40. 0
      system/version.py
  41. 0
      third_party/libyuv/build.sh
  42. 0
      tools/gpstest/test_gps.py
  43. 0
      tools/gpstest/test_gps_qcom.py
  44. 0
      tools/gpstest/test_laikad.py
  45. 0
      tools/lib/kbhit.py
  46. 0
      tools/lib/tests/test_caching.py
  47. 0
      tools/scripts/save_ubloxraw_stream.py
  48. 1
      tools/zookeeper/__init__.py

@ -1,3 +1,4 @@
exclude: '^(tinygrad_repo)'
repos:
- repo: meta
hooks:
@ -14,6 +15,8 @@ repos:
- id: check-yaml
- id: check-merge-conflict
- id: check-symlinks
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- id: check-added-large-files
args: ['--maxkb=100']
- repo: https://github.com/codespell-project/codespell

@ -1 +1 @@
Subproject commit 4291784b4d372782c95279e9fe7741e38633ca5e
Subproject commit d469732b3b4c37aaa21fa37682a20f2aba9ab91c

@ -1 +1 @@
Subproject commit c9baa95ca9b58222370fcccb24bce1d3722c8e73
Subproject commit 8861844c9b577ff7de7d03fab9f4d7f560415fc9

@ -1 +1 @@
Subproject commit ef302f7183cb05820b27e41cd4919cb6c319cd52
Subproject commit 5ebf73ebed8d1693aadffe97bd2dd012da3b3c1c

@ -1 +1 @@
Subproject commit 3ab4f43de06d7abcc4d594ee2a4efc0466e42c94
Subproject commit 104d70854717fa7ea7db16ee4db66445d925bd65

@ -1 +1 @@
Subproject commit e32658ed9164d6e8dde882c05c5ece9707acde82
Subproject commit 8658bed29686b2ddae191fd18302986c85542431

@ -1,4 +1,3 @@
#!/usr/bin/env python3
import math
from cereal import car
from openpilot.common.realtime import DT_CTRL

@ -1,4 +1,3 @@
#!/usr/bin/env python3
from openpilot.selfdrive.car.interfaces import RadarInterfaceBase
class RadarInterface(RadarInterfaceBase):

@ -1,3 +1,4 @@
#!/usr/bin/env python3
from openpilot.selfdrive.car.isotp_parallel_query import IsoTpParallelQuery
from openpilot.system.swaglog import cloudlog

@ -1,4 +1,3 @@
#!/usr/bin/env python3
from cereal import car
from panda import Panda
from openpilot.common.conversions import Conversions as CV

@ -1,4 +1,3 @@
#!/usr/bin/env python3
from math import cos, sin
from cereal import car
from opendbc.can.parser import CANParser

@ -1,4 +1,3 @@
#!/usr/bin/env python3
from cereal import car
from panda import Panda
from openpilot.common.conversions import Conversions as CV

@ -1,4 +1,3 @@
#!/usr/bin/env python3
import math
from cereal import car

@ -1,4 +1,3 @@
#!/usr/bin/env python3
from cereal import car
from openpilot.selfdrive.car import get_safety_config
from openpilot.selfdrive.car.interfaces import CarInterfaceBase

@ -1,4 +1,3 @@
#!/usr/bin/env python3
from openpilot.selfdrive.car.interfaces import RadarInterfaceBase
class RadarInterface(RadarInterfaceBase):

@ -1,4 +1,3 @@
#!/usr/bin/env python3
from cereal import car
from panda import Panda
from openpilot.selfdrive.car import get_safety_config

@ -1,4 +1,3 @@
#!/usr/bin/env python3
from openpilot.selfdrive.car.interfaces import RadarInterfaceBase
class RadarInterface(RadarInterfaceBase):

@ -1,4 +1,3 @@
#!/usr/bin/env python3
from cereal import car
from openpilot.common.conversions import Conversions as CV
from panda import Panda

@ -1,4 +1,3 @@
#!/usr/bin/env python3
from openpilot.selfdrive.car.interfaces import RadarInterfaceBase
class RadarInterface(RadarInterfaceBase):

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import math
import os
from enum import IntEnum

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import time
from smbus2 import SMBus
from collections import namedtuple

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import unittest
import time
import numpy as np

@ -1,4 +1,3 @@
#!/usr/bin/env python3
import ft4222
import ft4222.I2CMaster

Loading…
Cancel
Save