Skip to content

Commit 8e06b43

Browse files
[pre-commit.ci] pre-commit autoupdate (#30)
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.0](adrienverge/yamllint@v1.35.1...v1.37.0) - [github.com/hhatto/autopep8: v2.3.1 → v2.3.2](hhatto/autopep8@v2.3.1...v2.3.2) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 821ee5e commit 8e06b43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ repos:
2222
args:
2323
- --write-changes
2424
- --skip=src/ros_glint/data/*ignore
25-
rev: v2.3.0
25+
rev: v2.4.1
2626
- repo: https://github.com/adrienverge/yamllint
2727
hooks:
2828
- id: yamllint
2929
args:
3030
- --format
3131
- parsable
3232
- --strict
33-
rev: v1.35.1
33+
rev: v1.37.0
3434
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
3535
hooks:
3636
- id: yamlfmt
@@ -50,10 +50,10 @@ repos:
5050
- repo: https://github.com/hhatto/autopep8
5151
hooks:
5252
- id: autopep8
53-
rev: v2.3.1
53+
rev: v2.3.2
5454
- repo: https://github.com/PyCQA/flake8
5555
hooks:
5656
- id: flake8
57-
rev: 7.1.1
57+
rev: 7.2.0
5858
ci:
5959
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)