Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-tutorial
Commits
c3b6456d
Commit
c3b6456d
authored
Apr 05, 2022
by
Guilhem Saurel
Browse files
update tools & badges
parent
e60289d4
Changes
4
Hide whitespace changes
Inline
Side-by-side
.pre-commit-config.yaml
0 → 100644
View file @
c3b6456d
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
README.md
View file @
c3b6456d
...
...
@@ -2,8 +2,9 @@
[

](https://opensource.org/licenses/BSD-2-Clause)
[

](https://gitlab.laas.fr/stack-of-tasks/dynamic-graph-tutorial/commits/master)
[

](http://projects.laas.fr/gepetto/doc/stack-of-tasks/dynamic-graph-tutorial/master/coverage/)
[

](https://gepettoweb.laas.fr/doc/stack-of-tasks/dynamic-graph-tutorial/master/coverage/)
[

](https://github.com/psf/black)
[

](https://results.pre-commit.ci/latest/github/stack-of-tasks/dynamic-graph-tutorial)
See INSTALL for installation instruction.
...
...
pyproject.toml
0 → 100644
View file @
c3b6456d
[tool.black]
exclude
=
"cmake"
setup.cfg
0 → 100644
View file @
c3b6456d
[flake8]
exclude = cmake
max-line-length = 88
ignore = E226, E704, E24, E121, W504, E126, E123, W503, E203
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment