Skip to content

Commit 8c3aefd

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.16.2 → v4.16.5](commitizen-tools/commitizen@v4.16.2...v4.16.5) - [github.com/astral-sh/ruff-pre-commit: v0.15.14 → v0.15.22](astral-sh/ruff-pre-commit@v0.15.14...v0.15.22) - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](codespell-project/codespell@v2.4.2...v2.4.3) - [github.com/pre-commit/mirrors-mypy: v2.1.0 → v2.3.0](pre-commit/mirrors-mypy@v2.1.0...v2.3.0)
1 parent 6462cb6 commit 8c3aefd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.16.2
12+
rev: v4.16.5
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -41,21 +41,21 @@ repos:
4141
- id: pyupgrade
4242
args: [--py310-plus]
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.15.14
44+
rev: v0.15.22
4545
hooks:
4646
- id: ruff-check
4747
args: [--fix]
4848
- id: ruff-format
4949
- repo: https://github.com/codespell-project/codespell
50-
rev: v2.4.2
50+
rev: v2.4.3
5151
hooks:
5252
- id: codespell
5353
- repo: https://github.com/PyCQA/flake8
5454
rev: 7.3.0
5555
hooks:
5656
- id: flake8
5757
- repo: https://github.com/pre-commit/mirrors-mypy
58-
rev: v2.1.0
58+
rev: v2.3.0
5959
hooks:
6060
- id: mypy
6161
additional_dependencies: []

0 commit comments

Comments
 (0)