Skip to content

Commit 4b3c90f

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.11.1 → v4.12.1](commitizen-tools/commitizen@v4.11.1...v4.12.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14) - [github.com/MarcoGorelli/cython-lint: v0.18.1 → v0.19.0](MarcoGorelli/cython-lint@v0.18.1...v0.19.0)
1 parent bcfd39f commit 4b3c90f

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.11.1
12+
rev: v4.12.1
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
@@ -40,7 +40,7 @@ repos:
4040
- id: pyupgrade
4141
args: [--py39-plus]
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: v0.14.10
43+
rev: v0.14.14
4444
hooks:
4545
- id: ruff
4646
args: [--fix, --exit-non-zero-on-fix]
@@ -59,7 +59,7 @@ repos:
5959
- id: mypy
6060
additional_dependencies: [ifaddr]
6161
- repo: https://github.com/MarcoGorelli/cython-lint
62-
rev: v0.18.1
62+
rev: v0.19.0
6363
hooks:
6464
- id: cython-lint
6565
- id: double-quote-cython-strings

0 commit comments

Comments
 (0)