Skip to content

Commit 2d14af6

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#1588)
1 parent c0687c7 commit 2d14af6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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.7.0
12+
rev: v4.8.2
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -35,12 +35,12 @@ repos:
3535
args: ["--tab-width", "2"]
3636
files: ".(css|html|js|json|md|toml|yaml)$"
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.19.1
38+
rev: v3.20.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py39-plus]
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: v0.11.9
43+
rev: v0.11.11
4444
hooks:
4545
- id: ruff
4646
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)