Skip to content
Snippets Groups Projects
Unverified Commit 1a09ed51 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #116 from stack-of-tasks/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
parents 6519ac33 fc492ad9
Branches devel
No related tags found
No related merge requests found
Pipeline #46219 failed
......@@ -2,12 +2,12 @@ ci:
autoupdate_branch: 'devel'
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.6
rev: v19.1.2
hooks:
- id: clang-format
args: [--style=Google]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
......@@ -25,11 +25,11 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/cheshirekow/cmake-format-precommit
......
......@@ -80,7 +80,7 @@ class SotLoaderBasic {
public:
SotLoaderBasic();
~SotLoaderBasic(){};
~SotLoaderBasic() {};
// \brief Read user input to extract the path of the SoT dynamic library.
int parseOptions(int argc, char* argv[]);
......
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