Skip to content

Commit 0848711

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#54)
1 parent 49f671d commit 0848711

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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]
@@ -39,13 +39,13 @@ repos:
3939
- id: pyupgrade
4040
args: [--py39-plus]
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.9.2
42+
rev: v0.9.3
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]
4646
- id: ruff-format
4747
- repo: https://github.com/codespell-project/codespell
48-
rev: v2.3.0
48+
rev: v2.4.0
4949
hooks:
5050
- id: codespell
5151
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)