Skip to content

Commit deffb3c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 26.1.0](psf/black-pre-commit-mirror@25.11.0...26.1.0) - [github.com/PyCQA/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1)
1 parent 3579489 commit deffb3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ repos:
1515
- id: flake8
1616
args: [ --max-line-length=120 ]
1717
- repo: https://github.com/psf/black-pre-commit-mirror
18-
rev: 25.11.0
18+
rev: 26.1.0
1919
hooks:
2020
- id: black
2121
args: [--safe, --line-length=120]
2222
- repo: https://github.com/PyCQA/isort
23-
rev: 7.0.0
23+
rev: 8.0.1
2424
hooks:
2525
- id: isort
2626
args: ['--profile', 'black']

0 commit comments

Comments
 (0)