Skip to content

Commit a3512f0

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.1.0 → v4.1.1](commitizen-tools/commitizen@v4.1.0...v4.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.2...v0.9.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
1 parent eae89d8 commit a3512f0

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.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: [--py38-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)