Skip to content

Commit 445818d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.5.0](psf/black-pre-commit-mirror@26.1.0...26.5.0) - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2)
1 parent 0684de3 commit 445818d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ repos:
88
- id: trailing-whitespace
99

1010
- repo: https://github.com/psf/black-pre-commit-mirror
11-
rev: 26.1.0
11+
rev: 26.5.0
1212
hooks:
1313
- id: black
1414
exclude: ^docs/
1515

1616
- repo: https://github.com/PyCQA/isort
17-
rev: 8.0.1
17+
rev: 9.0.0a3
1818
hooks:
1919
- id: isort
2020

@@ -25,7 +25,7 @@ repos:
2525
types_or: [css, javascript]
2626

2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.4.1
28+
rev: v2.4.2
2929
hooks:
3030
- id: codespell
3131
additional_dependencies:

0 commit comments

Comments
 (0)