Skip to content

Commit 74f4cea

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v3.27.0 → v4.0.0](commitizen-tools/commitizen@v3.27.0...v4.0.0) - [github.com/python/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1)
1 parent 91ba01a commit 74f4cea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
stages:
66
- commit-msg
77
repo: https://github.com/commitizen-tools/commitizen
8-
rev: v3.27.0
8+
rev: v4.0.0
99
- hooks:
1010
- id: check-useless-excludes
1111
repo: meta
@@ -25,7 +25,7 @@ repos:
2525
- hooks:
2626
- id: black
2727
repo: https://github.com/python/black
28-
rev: 24.4.2
28+
rev: 24.10.0
2929
- hooks:
3030
- id: check-added-large-files
3131
- id: check-ast
@@ -54,7 +54,7 @@ repos:
5454
- id: check-byte-order-marker
5555
- id: check-docstring-first
5656
repo: https://github.com/pre-commit/pre-commit-hooks
57-
rev: v4.6.0
57+
rev: v5.0.0
5858
- hooks:
5959
- id: flake8
6060
repo: https://gitlab.com/pycqa/flake8
@@ -78,4 +78,4 @@ repos:
7878
- hooks:
7979
- id: blacken-docs
8080
repo: https://github.com/asottile/blacken-docs
81-
rev: 1.16.0
81+
rev: 1.19.1

0 commit comments

Comments
 (0)