Skip to content

Commit 5b00086

Browse files
chore: update pre-commit hooks
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.3.1](psf/black-pre-commit-mirror@26.1.0...26.3.1)
1 parent 57f27cc commit 5b00086

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
@@ -16,7 +16,7 @@ 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]
@@ -28,7 +28,7 @@ repos:
2828
args: [--profile, black]
2929

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

0 commit comments

Comments
 (0)