Skip to content

Commit

Permalink
Merge branch 'humble' into feature/ortools_update
Browse files Browse the repository at this point in the history
  • Loading branch information
shineyruan committed Apr 11, 2024
2 parents 9ec4ddb + e16a780 commit 3f29e28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-json
- id: check-merge-conflict
Expand All @@ -19,13 +19,13 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.35.0
rev: v0.39.0
hooks:
- id: markdownlint
args: [-c, .markdownlint.yaml, --fix]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.6
rev: v18.1.3
hooks:
- id: clang-format
types_or: [c++, c, cuda]

0 comments on commit 3f29e28

Please sign in to comment.