Skip to content

Commit fc87708

Browse files
authored
Merge pull request #48 from espressif/pre-commit-ci-update-config
ci: Bump pre-commit hooks (IDFGH-16591)
2 parents 1eecd95 + 00721b4 commit fc87708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ repos:
2323
- id: check-yaml
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.12.10
26+
rev: v0.13.3
2727
hooks:
2828
- id: ruff-check
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.18.2
3434
hooks:
3535
- id: mypy
3636
additional_dependencies: ['types-all-latest']

0 commit comments

Comments
 (0)