Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 6ce0b24

Browse files
committed
chore(ci): update pre-commit hooks
1 parent 24f3823 commit 6ce0b24

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,7 +1,7 @@
11
exclude: '^.*\.(md|MD)$'
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v5.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: check-added-large-files
@@ -10,7 +10,7 @@ repos:
1010
args: ["--fix=lf"]
1111

1212
- repo: https://github.com/pycqa/isort
13-
rev: "5.13.2"
13+
rev: "6.0.0"
1414
hooks:
1515
- id: isort
1616
args:

0 commit comments

Comments
 (0)