Skip to content

Commit f7360f0

Browse files
authored
disable auto doc gen by default (#24)
1 parent f656a36 commit f7360f0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ repos:
1515
entry: forge fmt
1616
exclude: "^lib/"
1717
pass_filenames: true
18-
- id: doc
19-
name: Generate documentation
20-
description: Generate docs with `forge doc`
21-
language: system
22-
# 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
23-
entry: "script/util/doc_gen.sh"
24-
pass_filenames: false
18+
# - id: doc
19+
# name: Generate documentation
20+
# description: Generate docs with `forge doc`
21+
# language: system
22+
# # 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
23+
# entry: "script/util/doc_gen.sh"
24+
# pass_filenames: false
2525
- repo: https://github.com/pre-commit/mirrors-prettier
2626
rev: "v3.0.3"
2727
hooks:

0 commit comments

Comments
 (0)