Skip to content

Commit

Permalink
fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Jul 13, 2024
1 parent fabd276 commit bf4b1c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tools/sdist.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ index 0a8c033..cf967b9 100644
+ "scikit-build-core>=0.9.8"
]
build-backend = "scikit_build_core.build"

0 comments on commit bf4b1c8

Please sign in to comment.