Skip to content

Commit 74c4007

Browse files
chore: [pre-commit.ci] automatic update
updates: - [github.com/commitizen-tools/commitizen: 3.8.2 → v4.1.0](commitizen-tools/commitizen@3.8.2...v4.1.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.9.1 → 24.10.0](psf/black@23.9.1...24.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
1 parent 595bb00 commit 74c4007

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ fail_fast: false
22
repos:
33

44
- repo: https://github.com/commitizen-tools/commitizen
5-
rev: 3.8.2
5+
rev: v4.1.0
66
hooks:
77
- id: commitizen
88

99
- repo: https://github.com/PyCQA/isort
10-
rev: 5.12.0
10+
rev: 5.13.2
1111
hooks:
1212
- id: isort
1313

1414
- repo: https://github.com/psf/black
15-
rev: 23.9.1
15+
rev: 24.10.0
1616
hooks:
1717
- id: black
1818

@@ -22,7 +22,7 @@ repos:
2222
# - id: flake8
2323

2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v4.4.0
25+
rev: v5.0.0
2626
hooks:
2727
# - id: check-added-large-files
2828
- id: check-toml

0 commit comments

Comments
 (0)