From 3a7d4501915177c3e3c7a205b588de7dcbd59379 Mon Sep 17 00:00:00 2001
From: jo <ljonas@riseup.net>
Date: Mon, 11 Oct 2021 17:11:33 +0200
Subject: [PATCH] Enable pre-commit on legacy code

---
 .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 a38ff34ca..00d8ce5b9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,7 +1,6 @@
 ---
 # See https://pre-commit.com for more information
 # See https://pre-commit.com/hooks.html for more hooks
-exclude: ^(legacy.*)$
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
     rev: v4.0.1
@@ -53,3 +52,4 @@ repos:
         args:
           - --ignore-words=.codespellignore
           - --builtin=clear,rare,informal
+        exclude: ^(legacy.*)$