Skip to content

Commit 285a6c7

Browse files
[pre-commit.ci] pre-commit autoupdate (#186)
updates: - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 644b6c8 commit 285a6c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ repos:
1010
- id: check-json # checks json files for parseable syntax.
1111

1212
- repo: https://github.com/codespell-project/codespell
13-
rev: v2.4.0
13+
rev: v2.4.1
1414
hooks:
1515
- id: codespell
1616
args: [--config, ./.codespellrc]
1717

1818
- repo: https://github.com/pycqa/isort
19-
rev: 5.13.2
19+
rev: 6.0.0
2020
hooks:
2121
- id: isort
2222
args: [--profile, black]
2323

2424
- repo: https://github.com/psf/black
25-
rev: "24.10.0"
25+
rev: "25.1.0"
2626
hooks:
2727
- id: black
2828

0 commit comments

Comments
 (0)