Skip to content

Commit 5e4fdc2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/commitizen-tools/commitizen: v3.29.0 → v4.6.0](commitizen-tools/commitizen@v3.29.0...v4.6.0) - [github.com/psf/black: 23.12.1 → 25.1.0](psf/black@23.12.1...25.1.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0)
1 parent 0c2ba33 commit 5e4fdc2

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
name: trim trailing whitespace
@@ -65,7 +65,7 @@ repos:
6565

6666
# Versioning: Commit messages & changelog
6767
- repo: https://github.com/commitizen-tools/commitizen
68-
rev: v3.29.0
68+
rev: v4.6.0
6969
hooks:
7070
- id: commitizen
7171
stages: [commit-msg]
@@ -106,14 +106,14 @@ repos:
106106
# ]
107107

108108
- repo: https://github.com/psf/black
109-
rev: 23.12.1
109+
rev: 25.1.0
110110
hooks:
111111
- id: black
112112
language_version: python3.10
113113

114114

115115
- repo: https://github.com/PyCQA/flake8
116-
rev: "7.1.2"
116+
rev: "7.2.0"
117117
hooks:
118118
- id: flake8
119119
name: flake8

0 commit comments

Comments
 (0)