From 020c5f34e87b94ca35e523ca8719d76b843728d6 Mon Sep 17 00:00:00 2001 From: Yannic Kilcher Date: Sat, 31 Dec 2022 10:32:03 +0100 Subject: [PATCH] excluding notebooks from 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 72955162..10578122 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -exclude: "build|stubs|^bot/templates/" +exclude: "build|stubs|^bot/templates/|^notebooks/.*\\.ipynb$" default_language_version: python: python3