Skip to content

Commit b9f289f

Browse files
committed
chore(deps): bump pre-commit hooks to latest versions
Signed-off-by: Yurii Serhiichuk <[email protected]>
1 parent c573ef6 commit b9f289f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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
- id: end-of-file-fixer
@@ -11,7 +11,7 @@ repos:
1111
- id: isort
1212
args: [ "--profile", "black", "--filter-files" ]
1313
- repo: https://github.com/psf/black
14-
rev: 25.1.0
14+
rev: 25.11.0
1515
hooks:
1616
- id: black
1717
language_version: python3.11

0 commit comments

Comments
 (0)