Skip to content

Commit

Permalink
Merge pull request #306 from humanoid-path-planner/pre-commit-ci-upda…
Browse files Browse the repository at this point in the history
…te-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
nim65s authored Jun 13, 2022
2 parents 1263a06 + 3a2e20d commit 64bb30d
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
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v14.0.3
rev: v14.0.4-1
hooks:
- id: clang-format
args: ['-i', '--style={BasedOnStyle: Google, SortIncludes: false}']
args: ['--style={BasedOnStyle: Google, SortIncludes: false}']
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- repo: https://github.com/psf/black
Expand Down

0 comments on commit 64bb30d

Please sign in to comment.