Precommit: ensure executable bit is set (#29784)

* precommit ensure executable

* exclude tinygrad

* bump submodules

* exclude tinygrad globally
This commit is contained in:
Justin Newberry
2023-09-05 16:33:26 -07:00
committed by GitHub
parent 22487db9c8
commit 4e69937d0d
48 changed files with 12 additions and 18 deletions
Executable → Regular
View File
+3
View File
@@ -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
Executable → Regular
View File
+1 -1
Submodule cereal updated: 4291784b4d...d469732b3b
Executable → Regular
View File
+1 -1
Submodule opendbc updated: ef302f7183...5ebf73ebed
+1 -1
Submodule panda updated: 3ab4f43de0...104d708547
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import math
from cereal import car
from openpilot.common.realtime import DT_CTRL
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
from openpilot.selfdrive.car.interfaces import RadarInterfaceBase
class RadarInterface(RadarInterfaceBase):
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
from openpilot.selfdrive.car.isotp_parallel_query import IsoTpParallelQuery
from openpilot.system.swaglog import cloudlog
-1
View File
@@ -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
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
from math import cos, sin
from cereal import car
from opendbc.can.parser import CANParser
-1
View File
@@ -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
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import math
from cereal import car
-1
View File
@@ -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
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
from openpilot.selfdrive.car.interfaces import RadarInterfaceBase
class RadarInterface(RadarInterfaceBase):
-1
View File
@@ -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
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
from openpilot.selfdrive.car.interfaces import RadarInterfaceBase
class RadarInterface(RadarInterfaceBase):
Regular → Executable
View File
-1
View File
@@ -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):
View File
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import math
import os
from enum import IntEnum
View File
View File
View File
View File
Executable → Regular
View File
Executable → Regular
View File
View File
View File
View File
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import time
from smbus2 import SMBus
from collections import namedtuple
Regular → Executable
View File
Regular → Executable
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import unittest
import time
import numpy as np
Regular → Executable
View File
Regular → Executable
View File
Vendored Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
View File
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import ft4222
import ft4222.I2CMaster