Skip to content

Commit 93cda2b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.1](psf/black-pre-commit-mirror@26.3.1...26.5.1) - [github.com/pycqa/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3)
1 parent 6e935a0 commit 93cda2b

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
@@ -18,14 +18,14 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/psf/black-pre-commit-mirror
21-
rev: 26.3.1
21+
rev: 26.5.1
2222
hooks: # code formatter
2323
- id: black
2424
language: python
2525
args: ["--line-length=79"]
2626

2727
- repo: https://github.com/pycqa/isort
28-
rev: 8.0.1
28+
rev: 9.0.0a3
2929
hooks: # imports sorting
3030
- id: isort
3131
name: isort (python)

0 commit comments

Comments
 (0)