From e7a2a7da5937ff5490880f20352663a1ae33a26f Mon Sep 17 00:00:00 2001 From: fastium Date: Tue, 17 Dec 2024 17:05:23 +0100 Subject: [PATCH] ADD files to 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 94798a5..d0c0102 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -files: ^main.cpp | ^static_scheduling/ | ^static_scheduling_with_event/ | ^TESTS/ +files: ^main.cpp|^static_scheduling|^static_scheduling_with_event|^TESTS repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0