Merge branch 'dalathegreat:main' into tesla-feature-bmsreset

This commit is contained in:
greenoem 2025-04-08 08:57:53 +01:00 committed by GitHub
commit a3b7edf6f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@ ci:
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.4
rev: v20.1.0
hooks:
- id: clang-format
args: [-Werror] # change formatting warnings to errors, hook includes -i (Inplace edit) by default