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

update tools & badges

parent 83664dcc
No related branches found
No related tags found
No related merge requests found
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v13.0.1
hooks:
- id: clang-format
args: [-i, --style=Google]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: check-added-large-files
- id: check-ast
- id: check-executables-have-shebangs
- id: check-json
- id: check-merge-conflict
- id: check-symlinks
- id: check-toml
- id: check-yaml
- id: debug-statements
- id: destroyed-symlinks
- id: detect-private-key
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
# anymal-rbprm
[![Pipeline status](https://gitlab.laas.fr/humanoid-path-planner/anymal-rbprm/badges/master/pipeline.svg)](https://gitlab.laas.fr/humanoid-path-planner/anymal-rbprm/commits/master)
[![Coverage report](https://gitlab.laas.fr/humanoid-path-planner/anymal-rbprm/badges/master/coverage.svg?job=doc-coverage)](http://projects.laas.fr/gepetto/doc/humanoid-path-planner/anymal-rbprm/master/coverage/)
[![Coverage report](https://gitlab.laas.fr/humanoid-path-planner/anymal-rbprm/badges/master/coverage.svg?job=doc-coverage)](https://gepettoweb.laas.fr/doc/humanoid-path-planner/anymal-rbprm/master/coverage/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/humanoid-path-planner/anymal-rbprm/master.svg)](https://results.pre-commit.ci/latest/github/humanoid-path-planner/anymal-rbprm)
File database for anymal robot using the hpp-rbprm framework
......
[tool.black]
exclude = "cmake"
[flake8]
exclude = cmake
max-line-length = 88
ignore = E226, E704, E24, E121, W504, E126, E123, W503, E203
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