Skip to content

Commit 80f28fd

Browse files
chore: update pre-commit hooks (#197)
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/pycqa/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.5.1](psf/black-pre-commit-mirror@26.1.0...26.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 57f27cc commit 80f28fd

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
@@ -16,19 +16,19 @@ repos:
1616
- id: check-json # checks json files for parseable syntax.
1717

1818
- repo: https://github.com/codespell-project/codespell
19-
rev: v2.4.1
19+
rev: v2.4.2
2020
hooks:
2121
- id: codespell
2222
args: [--config, ./.codespellrc]
2323

2424
- repo: https://github.com/pycqa/isort
25-
rev: 8.0.1
25+
rev: 9.0.0a3
2626
hooks:
2727
- id: isort
2828
args: [--profile, black]
2929

3030
- repo: https://github.com/psf/black-pre-commit-mirror
31-
rev: "26.1.0"
31+
rev: "26.5.1"
3232
hooks:
3333
- id: black
3434

0 commit comments

Comments
 (0)