From 3fc2a68381b4fda0a03ec23d24cb59608a32a9f3 Mon Sep 17 00:00:00 2001
From: Ludovic Claude <ludovic.claude54@gmail.com>
Date: Wed, 20 Feb 2019 22:22:48 +0100
Subject: [PATCH] [CI] Attempt to fix

---
 .pre-commit-config.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 4424d57a3..c4296ef6e 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -6,6 +6,7 @@ repos:
     - id: end-of-file-fixer
       exclude: .bumpversion.cfg
     - id: check-merge-conflict
+      exclude: LICENSE
     - id: check-added-large-files
     - id: check-yaml
     - id: check-json
-- 
GitLab