From 86370d3888408c121a12e57e21404e05c14fec06 Mon Sep 17 00:00:00 2001 From: gretzke Date: Thu, 5 Feb 2026 02:42:40 +0100 Subject: [PATCH] disable auto doc gen by default --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 550c23c..5d1d1e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,13 +15,13 @@ repos: entry: forge fmt exclude: "^lib/" pass_filenames: true - - id: doc - name: Generate documentation - description: Generate docs with `forge doc` - language: system - # generates docs and unstages files if only the commit hash changed within the file, this way only when the documentation is updated, the documentation needs to be regenerated and only the changed files are pushed - entry: "script/util/doc_gen.sh" - pass_filenames: false + # - id: doc + # name: Generate documentation + # description: Generate docs with `forge doc` + # language: system + # # generates docs and unstages files if only the commit hash changed within the file, this way only when the documentation is updated, the documentation needs to be regenerated and only the changed files are pushed + # entry: "script/util/doc_gen.sh" + # pass_filenames: false - repo: https://github.com/pre-commit/mirrors-prettier rev: "v3.0.3" hooks: