Skip to content
Snippets Groups Projects
Commit 2e3ac079 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

pre-commit autoupdate

parent a605ceec
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: v17.0.6 rev: v18.1.8
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
...@@ -23,11 +23,11 @@ repos: ...@@ -23,11 +23,11 @@ repos:
- id: mixed-line-ending - id: mixed-line-ending
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 24.1.1 rev: 24.4.2
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: 7.0.0 rev: 7.1.0
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/cheshirekow/cmake-format-precommit - repo: https://github.com/cheshirekow/cmake-format-precommit
......
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