Skip to content

Commit 6f71e6b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.5.1](psf/black-pre-commit-mirror@26.1.0...26.5.1) - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3)
1 parent 27e9c2c commit 6f71e6b

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
@@ -14,12 +14,12 @@ repos:
1414
- id: double-quote-string-fixer
1515

1616
- repo: https://github.com/codespell-project/codespell
17-
rev: "v2.4.1"
17+
rev: "v2.4.2"
1818
hooks:
1919
- id: codespell
2020

2121
- repo: https://github.com/psf/black-pre-commit-mirror
22-
rev: 26.1.0
22+
rev: 26.5.1
2323
hooks:
2424
- id: black
2525
- id: black-jupyter
@@ -35,7 +35,7 @@ repos:
3535
- id: flake8
3636

3737
- repo: https://github.com/PyCQA/isort
38-
rev: 8.0.1
38+
rev: 9.0.0a3
3939
hooks:
4040
- id: isort
4141

0 commit comments

Comments
 (0)