From ac6865fd11ac3fe85eda8db67adaf67d5a1dd49c Mon Sep 17 00:00:00 2001 From: Daniel Pozsar Date: Wed, 30 Oct 2024 15:23:52 +0100 Subject: [PATCH] Had to disable check-added-large-files pre-commit hook for siesta data and now I turn it back on --- .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 7c97d93..79885c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml -# - id: check-added-large-files + - id: check-added-large-files - repo: https://github.com/pycqa/isort rev: 5.13.2 hooks: