Skip to content

Commit 6af4d6a

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/compilerla/conventional-pre-commit: v4.2.0 → v4.3.0](compilerla/conventional-pre-commit@v4.2.0...v4.3.0) - 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)
1 parent 1898edf commit 6af4d6a

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
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/compilerla/conventional-pre-commit
7-
rev: v4.2.0
7+
rev: v4.3.0
88
hooks:
99
- id: conventional-pre-commit
1010
stages: [commit-msg]
@@ -20,8 +20,8 @@ repos:
2020
args: ["--unsafe"]
2121
- id: check-added-large-files
2222

23-
- repo: https://github.com/psf/black
24-
rev: 25.1.0
23+
- repo: https://github.com/psf/black-pre-commit-mirror
24+
rev: 25.9.0
2525
hooks:
2626
- id: black
2727
types:

0 commit comments

Comments
 (0)