Skip to content

Commit a5fd79c

Browse files
committed
update tools & badges
1 parent 7c73c59 commit a5fd79c

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

.pre-commit-config.yaml

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
1+
ci:
2+
autoupdate_branch: 'devel'
13
repos:
24
- repo: https://github.com/pre-commit/mirrors-clang-format
3-
rev: v13.0.1
5+
rev: v14.0.6
46
hooks:
57
- id: clang-format
6-
args: [-i, --style=Google]
8+
args: [--style=Google]
79
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.1.0
10+
rev: v4.3.0
911
hooks:
12+
- id: check-added-large-files
13+
- id: check-ast
14+
- id: check-executables-have-shebangs
15+
- id: check-json
16+
- id: check-merge-conflict
17+
- id: check-symlinks
18+
- id: check-toml
19+
- id: check-yaml
20+
- id: debug-statements
21+
- id: destroyed-symlinks
22+
- id: detect-private-key
23+
- id: end-of-file-fixer
24+
- id: fix-byte-order-marker
25+
- id: mixed-line-ending
1026
- id: trailing-whitespace
27+
- repo: https://github.com/cheshirekow/cmake-format-precommit
28+
rev: v0.6.13
29+
hooks:
30+
- id: cmake-format

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# eiquadprog
22

33
[![Pipeline status](https://gitlab.laas.fr/stack-of-tasks/eiquadprog/badges/master/pipeline.svg)](https://gitlab.laas.fr/stack-of-tasks/eiquadprog/commits/master)
4-
[![Coverage report](https://gitlab.laas.fr/stack-of-tasks/eiquadprog/badges/master/coverage.svg?job=doc-coverage)](http://projects.laas.fr/gepetto/doc/stack-of-tasks/eiquadprog/master/coverage/)
5-
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/stack-of-tasks/eiquadprog/master.svg)](https://results.pre-commit.ci/latest/github/stack-of-tasks/eiquadprog/master)
4+
[![Coverage report](https://gitlab.laas.fr/stack-of-tasks/eiquadprog/badges/master/coverage.svg?job=doc-coverage)](https://gepettoweb.laas.fr/doc/stack-of-tasks/eiquadprog/master/coverage/)
5+
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/stack-of-tasks/eiquadprog/master.svg)](https://results.pre-commit.ci/latest/github/stack-of-tasks/eiquadprog)
66

77
This repo contains different C++ implementations of the algorithm of Goldfarb and Idnani for the solution of a (convex) Quadratic Programming problem by means of a dual method.
88

0 commit comments

Comments
 (0)