Skip to content

Commit c1b531d

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#291)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9bb3206 commit c1b531d

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
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: v4.1.0
12+
rev: v4.1.1
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -38,7 +38,7 @@ repos:
3838
- id: pyupgrade
3939
args: [--py311-plus]
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.9.2
41+
rev: v0.9.3
4242
hooks:
4343
- id: ruff
4444
args: [--fix]
@@ -54,6 +54,6 @@ repos:
5454
- --keep-updates
5555
files: ^(switchbot)/.+\.py$
5656
- repo: https://github.com/codespell-project/codespell
57-
rev: v2.3.0
57+
rev: v2.4.0
5858
hooks:
5959
- id: codespell

0 commit comments

Comments
 (0)