Skip to content

Commit 8dd1de2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.5.0 → 26.5.1](psf/black-pre-commit-mirror@26.5.0...26.5.1) - [github.com/pycqa/isort: 9.0.0a3 → 9.0.0b1](PyCQA/isort@9.0.0a3...9.0.0b1)
1 parent 50421eb commit 8dd1de2

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
@@ -16,12 +16,12 @@ repos:
1616
- id: end-of-file-fixer
1717
name: Ensuring files are either empty or ending in a newline
1818
- repo: https://github.com/psf/black-pre-commit-mirror
19-
rev: 26.5.0
19+
rev: 26.5.1
2020
hooks:
2121
- id: black
2222
name: Ensuring Python code is PEP8-compliant using Black
2323
- repo: https://github.com/pycqa/isort
24-
rev: 9.0.0a3
24+
rev: 9.0.0b1
2525
hooks:
2626
- id: isort
2727
name: Sorting imports in Python files using isort

0 commit comments

Comments
 (0)