Skip to content

Commit 23b6ee6

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.9.1](commitizen-tools/commitizen@v4.6.1...v4.9.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent 3c5721f commit 23b6ee6

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
@@ -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.9.1
6969
hooks:
7070
- id: commitizen
7171
stages: [commit-msg]
@@ -105,15 +105,15 @@ repos:
105105
# "!backend/tests/test_data/**",
106106
# ]
107107

108-
- repo: https://github.com/psf/black
109-
rev: 25.1.0
108+
- repo: https://github.com/psf/black-pre-commit-mirror
109+
rev: 25.9.0
110110
hooks:
111111
- id: black
112112
language_version: python3.10
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)