From 1c0f3cc1048a8b2a8206510a51a237b2f1e68a34 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Thu, 14 Apr 2022 14:55:17 +0200
Subject: [PATCH] pre-commit: details

---
 .pre-commit-config.yaml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 047193e..01b7e27 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -5,17 +5,20 @@ repos:
     -   id: clang-format
         args: [-i, --style=Google]
 -   repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.1.0
+    rev: v4.2.0
     hooks:
-    -   id: trailing-whitespace
     -   id: check-added-large-files
     -   id: check-ast
+    -   id: check-executables-have-shebangs
+    -   id: check-json
     -   id: check-merge-conflict
     -   id: check-symlinks
     -   id: check-toml
     -   id: check-yaml
     -   id: debug-statements
+    -   id: destroyed-symlinks
     -   id: detect-private-key
     -   id: end-of-file-fixer
+    -   id: fix-byte-order-marker
     -   id: mixed-line-ending
     -   id: trailing-whitespace
-- 
GitLab