Skip to content

Commit e6a5fc0

Browse files
authored
pre-commit: Upgrade black v25.1.0 and isort v6.0.0 (#2514)
1 parent 13907be commit e6a5fc0

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
@@ -11,11 +11,11 @@ repos:
1111
- id: check-added-large-files
1212
args: [--maxkb=4096]
1313
- repo: https://github.com/psf/black
14-
rev: 24.10.0
14+
rev: 25.1.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.13.2
18+
rev: 6.0.0
1919
hooks:
2020
- id: isort
2121
name: isort (python)

0 commit comments

Comments
 (0)