Skip to content

Commit f4dea4b

Browse files
authored
Merge pull request #31 from stack-of-tasks/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ee0db73 + 1e29143 commit f4dea4b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ ci:
22
autoupdate_branch: 'devel'
33
repos:
44
- repo: https://github.com/pre-commit/mirrors-clang-format
5-
rev: v18.1.6
5+
rev: v20.1.8
66
hooks:
77
- id: clang-format
88
args: [--style=Google]
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.6.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-added-large-files
1313
- id: check-ast
@@ -25,11 +25,11 @@ repos:
2525
- id: mixed-line-ending
2626
- id: trailing-whitespace
2727
- repo: https://github.com/psf/black
28-
rev: 24.4.2
28+
rev: 25.1.0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 7.0.0
32+
rev: 7.3.0
3333
hooks:
3434
- id: flake8
3535
- repo: https://github.com/cheshirekow/cmake-format-precommit

python/dynamic_graph/sot/torque_control/talos/base_estimator_conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" ********************* USER-PARAMETERS OF BASE ESTIMATOR ********************* """
1+
"""********************* USER-PARAMETERS OF BASE ESTIMATOR *********************"""
22

33
K = (4034, 23770, 239018, 707, 502, 936)
44
std_dev_zmp = 0.02

python/dynamic_graph/sot/torque_control/talos/base_estimator_sim_conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" ********************* USER-PARAMETERS OF BASE ESTIMATOR *********************** """
1+
"""********************* USER-PARAMETERS OF BASE ESTIMATOR ***********************"""
22

33
from base_estimator_conf import * # noqa
44

0 commit comments

Comments
 (0)