Skip to content

Commit 0fe2588

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 9.0.0a3 → 9.0.0b1](PyCQA/isort@9.0.0a3...9.0.0b1) - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](codespell-project/codespell@v2.4.2...v2.4.3)
1 parent 9178a3c commit 0fe2588

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
@@ -12,7 +12,7 @@ repos:
1212
- id: pyupgrade
1313
args: [--py310-plus]
1414
- repo: https://github.com/pycqa/isort
15-
rev: 9.0.0a3
15+
rev: 9.0.0b1
1616
hooks:
1717
- id: isort
1818
- repo: https://github.com/psf/black-pre-commit-mirror
@@ -44,7 +44,7 @@ repos:
4444
# """
4545
##
4646
- repo: https://github.com/codespell-project/codespell
47-
rev: v2.4.2
47+
rev: v2.4.3
4848
hooks:
4949
- id: codespell
5050
additional_dependencies:

0 commit comments

Comments
 (0)