Skip to content

Commit 090c8b9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/commitizen-tools/commitizen: v4.6.1 → v4.8.3](commitizen-tools/commitizen@v4.6.1...v4.8.3) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent 42c1aec commit 090c8b9

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.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: v4.6.1
68+
rev: v4.8.3
6969
hooks:
7070
- id: commitizen
7171
stages: [commit-msg]
@@ -113,7 +113,7 @@ repos:
113113

114114

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

0 commit comments

Comments
 (0)