Skip to content
Snippets Groups Projects
Verified Commit 2cd9fa6e authored by Justin Carpentier's avatar Justin Carpentier
Browse files

pre-commit: update

parent 06ca3843
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,12 @@ repos:
rev: v13.0.1
hooks:
- id: clang-format
args: [-i, --style=Google]
args: ['-i', '--style={BasedOnStyle: Google, SortIncludes: false}']
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment