Skip to content

Commit a33485e

Browse files
chore: Update pre-commit hooks (#448)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent dd577cf commit a33485e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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 # Trim trailing whitespace at the end of lines.
66
- id: end-of-file-fixer # Make sure files end in a newline and only a newline.
@@ -19,7 +19,7 @@ repos:
1919
]
2020

2121
- repo: https://github.com/pycqa/isort
22-
rev: 6.0.1
22+
rev: 6.1.0
2323
hooks:
2424
- id: isort # Sort imports.
2525
args: [
@@ -31,8 +31,8 @@ repos:
3131
--ensure-newline-before-comments,
3232
]
3333

34-
- repo: https://github.com/psf/black
35-
rev: 25.1.0
34+
- repo: https://github.com/psf/black-pre-commit-mirror
35+
rev: 25.9.0
3636
hooks:
3737
- id: black # Format code.
3838
args: [--line-length=100]

0 commit comments

Comments
 (0)