Skip to content

Commit

Permalink
Merge branch 'fix-precommit' into 'master'
Browse files Browse the repository at this point in the history
[ci] Fix precommit

See merge request ogs/ogs!5153
  • Loading branch information
bilke committed Nov 15, 2024
2 parents e706bff + 4825a53 commit 5297907
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ repos:
additional_dependencies: ["cmakelang[YAML]"]
exclude: "CPM.cmake|FindFilesystem.cmake|FindMKL.cmake|JSONParser.cmake|BuildExternalProject.cmake"
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.33.0
rev: v0.42.0
hooks:
- id: markdownlint
language_version: 22.11.0
- repo: local
hooks:
- id: git-diff-check
Expand Down

0 comments on commit 5297907

Please sign in to comment.