From bf4b1c814e179219801f6b60af3b0c265f7268bb Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Sat, 13 Jul 2024 18:24:26 +0200 Subject: [PATCH] fix patch --- .pre-commit-config.yaml | 5 +++++ tools/sdist.patch | 1 + 2 files changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3ec8fe..c5b386e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,11 @@ # # See https://github.com/pre-commit/pre-commit +exclude: | + (?x)( + .*\.patch + ) + repos: # Standard hooks - repo: https://github.com/pre-commit/pre-commit-hooks diff --git a/tools/sdist.patch b/tools/sdist.patch index bcb4ef8..d415f1c 100644 --- a/tools/sdist.patch +++ b/tools/sdist.patch @@ -10,3 +10,4 @@ index 0a8c033..cf967b9 100644 + "scikit-build-core>=0.9.8" ] build-backend = "scikit_build_core.build" +