From f5e55ad7d97485380c1f46c750e5e65b21d16268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Fri, 22 Nov 2024 13:06:38 +0000 Subject: [PATCH] Can't format crate-hashes.json Doing so will brake the build (probably do to a diff in the crate2nix machinery). --- .pre-commit-config.yaml | 1 + crate-hashes.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c8b6885..b5d939cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,7 @@ repos: hooks: - id: check-yaml - id: end-of-file-fixer + exclude: crate-hashes.json - id: trailing-whitespace exclude: docs/source/reference/launcher.md - repo: https://github.com/psf/black diff --git a/crate-hashes.json b/crate-hashes.json index 6b2d184b..2694759c 100644 --- a/crate-hashes.json +++ b/crate-hashes.json @@ -1,3 +1,3 @@ { "git+https://github.com/dottxt-ai/outlines-core.git?rev=ba10c619fc9bf3c487e43f49bdecb95a24bb465c#outlines-core@0.1.0": "1j9dcd831b0bmmjk2n4aag3x47qnqmkpg4gqpvwwyic7744llbfm" -} +} \ No newline at end of file