Skip to content

Commit 0e3a611

Browse files
authored
Merge pull request #6 from espressif/pre-commit-ci-update-config
ci: Bump pre-commit hooks (IDFGH-16592)
2 parents 560f5aa + 9b491b8 commit 0e3a611

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: trailing-whitespace
1515
- id: end-of-file-fixer
@@ -18,14 +18,14 @@ repos:
1818
args: [-f=lf]
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.12.2
21+
rev: v0.13.3
2222
hooks:
2323
- id: ruff
2424
args: [--fix, --exit-non-zero-on-fix]
2525
- id: ruff-format
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.16.1
28+
rev: v1.18.2
2929
hooks:
3030
- id: mypy
3131
additional_dependencies: []
@@ -44,6 +44,6 @@ repos:
4444
- tomli
4545

4646
- repo: https://github.com/lyz-code/yamlfix/
47-
rev: 1.17.0
47+
rev: 1.18.0
4848
hooks:
4949
- id: yamlfix

0 commit comments

Comments
 (0)