Skip to content

Commit 31eaeab

Browse files
pre-commit-ci[bot]dolfinus
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
1 parent 49273f2 commit 31eaeab

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
@@ -77,7 +77,7 @@ repos:
7777
- --ignore-init-module-imports
7878

7979
- repo: https://github.com/psf/black-pre-commit-mirror
80-
rev: 24.10.0
80+
rev: 25.1.0
8181
hooks:
8282
- id: black
8383

@@ -92,7 +92,7 @@ repos:
9292
require_serial: true
9393

9494
- repo: https://github.com/pycqa/isort
95-
rev: 5.13.2
95+
rev: 6.0.0
9696
hooks:
9797
- id: isort
9898
name: isort (python)

0 commit comments

Comments
 (0)