From 37e5b958a27fe29c62a7d177e7f2077c9e5afd61 Mon Sep 17 00:00:00 2001 From: Polarolouis Date: Fri, 7 Jul 2023 10:44:09 +0200 Subject: [PATCH] More permissive pre-commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c34521..817c578 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: # - id: ensure-labels-for-sections - id: no-space-in-cite - id: tilde-cite - - id: unique-labels + # - id: unique-labels - id: cleveref-instead-of-autoref - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.3.0