Skip to content

Commit 6746e25

Browse files
committed
⬆️ Update pre-commit hooks
1 parent 4e559d6 commit 6746e25

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
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -15,7 +15,7 @@ repos:
1515
types: [file] # override `types: [json]`
1616
files: \.(json|ipynb)$
1717
- repo: https://github.com/psf/black
18-
rev: "25.1.0"
18+
rev: "25.9.0"
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/asottile/reorder_python_imports

0 commit comments

Comments
 (0)