From 9fe86eb130ec20c489fbc93613fdfee38de19da9 Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Thu, 10 Oct 2024 10:01:49 +0000 Subject: [PATCH] [CI] skip todo pre-commit --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9879945..98c256d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,6 @@ +ci: + skip: [todo] + default_language_version: python: python3 repos: