Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vimageDE committed Feb 28, 2025
1 parent 1b83916 commit eea5e18
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eea5e18

Please sign in to comment.