Skip to content

Commit 0f11fcd

Browse files
committed
Merge branch 'pre-commit-ci-update-config' into 'master'
ci: Bump pre-commit hooks Closes IDFGH-17037 See merge request espressif/esp-idf-monitor!105
2 parents 996eef4 + dc98a3b commit 0f11fcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ repos:
2323
exclude: ^test/host_test/inputs
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.12.11
26+
rev: v0.14.10
2727
hooks:
2828
- id: ruff
2929
args: [--fix, --exit-non-zero-on-fix]
3030
- id: ruff-format
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: 'v1.17.1'
33+
rev: 'v1.19.1'
3434
hooks:
3535
- id: mypy
3636

@@ -42,7 +42,7 @@ repos:
4242
- tomli
4343

4444
- repo: https://github.com/espressif/conventional-precommit-linter
45-
rev: v1.10.0
45+
rev: v1.11.0
4646
hooks:
4747
- id: conventional-precommit-linter
4848
stages: [commit-msg]

0 commit comments

Comments
 (0)