Skip to content

Commit be38fa1

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.8.2 → v4.8.3](commitizen-tools/commitizen@v4.8.2...v4.8.3) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.11...v0.12.2) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) - [github.com/MarcoGorelli/cython-lint: v0.16.6 → v0.16.7](MarcoGorelli/cython-lint@v0.16.6...v0.16.7)
1 parent 4454ec8 commit be38fa1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.8.2
12+
rev: v4.8.3
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.11.11
43+
rev: v0.12.2
4444
hooks:
4545
- id: ruff
4646
args: [--fix, --exit-non-zero-on-fix]
@@ -50,16 +50,16 @@ repos:
5050
hooks:
5151
- id: codespell
5252
- repo: https://github.com/PyCQA/flake8
53-
rev: 7.2.0
53+
rev: 7.3.0
5454
hooks:
5555
- id: flake8
5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: v1.15.0
57+
rev: v1.16.1
5858
hooks:
5959
- id: mypy
6060
additional_dependencies: [ifaddr]
6161
- repo: https://github.com/MarcoGorelli/cython-lint
62-
rev: v0.16.6
62+
rev: v0.16.7
6363
hooks:
6464
- id: cython-lint
6565
- id: double-quote-cython-strings

0 commit comments

Comments
 (0)