Skip to content

Commit fe4017f

Browse files
authored
Merge pull request #8 from espressif/pre-commit-ci-update-config
ci: Bump pre-commit hooks (IDFGH-17039)
2 parents 56b4d0b + 40fc66d commit fe4017f

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
@@ -18,20 +18,20 @@ repos:
1818
args: [-f=lf]
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.13.3
21+
rev: v0.14.10
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.18.2
28+
rev: v1.19.1
2929
hooks:
3030
- id: mypy
3131
additional_dependencies: []
3232

3333
- repo: https://github.com/espressif/conventional-precommit-linter
34-
rev: v1.10.0
34+
rev: v1.11.0
3535
hooks:
3636
- id: conventional-precommit-linter
3737
stages: [commit-msg]
@@ -44,6 +44,6 @@ repos:
4444
- tomli
4545

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

0 commit comments

Comments
 (0)