Skip to content

Commit 3e2a34c

Browse files
[pre-commit.ci] pre-commit autoupdate (#216)
updates: - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.0](psf/black-pre-commit-mirror@26.1.0...26.3.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 95e474e commit 3e2a34c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
args: ["--profile", "black", "--filter-files"]
2929

3030
- repo: https://github.com/psf/black-pre-commit-mirror
31-
rev: 26.1.0
31+
rev: 26.3.0
3232
hooks:
3333
- id: black
3434
language_version: python3
@@ -39,7 +39,7 @@ repos:
3939
- id: blackdoc
4040

4141
- repo: https://github.com/codespell-project/codespell
42-
rev: v2.4.1
42+
rev: v2.4.2
4343
hooks:
4444
- id: codespell
4545
args:

0 commit comments

Comments
 (0)