Skip to content
Snippets Groups Projects
Unverified Commit ddddec84 authored by Carlos Mastalli's avatar Carlos Mastalli Committed by GitHub
Browse files

Merge pull request #211 from Gepetto/pre-commit-ci-update-config

parents 2d56e3db 060abda1
No related branches found
No related tags found
No related merge requests found
...@@ -3,12 +3,12 @@ ci: ...@@ -3,12 +3,12 @@ ci:
exclude: tests/test_python-syntax_error.py exclude: tests/test_python-syntax_error.py
repos: repos:
- repo: https://github.com/pre-commit/mirrors-clang-format - repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.2 rev: v18.1.3
hooks: hooks:
- id: clang-format - id: clang-format
args: [-i, --style=Google] args: [-i, --style=Google]
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 rev: v4.6.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: check-added-large-files - id: check-added-large-files
......
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