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

update pre-commit configuration

parent 74c86431
No related branches found
No related tags found
No related merge requests found
...@@ -25,10 +25,14 @@ repos: ...@@ -25,10 +25,14 @@ 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: 22.6.0 rev: 22.10.0
hooks: hooks:
- id: black - id: black
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: 4.0.1 rev: 5.0.4
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/cheshirekow/cmake-format-precommit
rev: v0.6.13
hooks:
- id: cmake-format
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