Skip to content

Commit 05329ad

Browse files
authored
Merge pull request #13 from espressif/pre-commit-ci-update-config
ci: Bump pre-commit hooks
2 parents dec7d5a + 212c641 commit 05329ad

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
@@ -21,14 +21,14 @@ repos:
2121
- id: double-quote-string-fixer
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.11.4
24+
rev: v0.12.2
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix]
2828
- id: ruff-format
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.15.0
31+
rev: v1.16.1
3232
hooks:
3333
- id: mypy
3434
additional_dependencies: ['types-requests']

0 commit comments

Comments
 (0)