Skip to content

Commit 0aaef62

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0)
1 parent 6bda786 commit 0aaef62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/codespell-project/codespell
19-
rev: v2.3.0
19+
rev: v2.4.1
2020
hooks:
2121
- id: codespell
2222
args: [--toml, pyproject.toml]
@@ -29,18 +29,18 @@ repos:
2929
args: [--mapping, '4', --sequence, '4', --offset, '0']
3030

3131
- repo: https://github.com/psf/black-pre-commit-mirror
32-
rev: 24.10.0
32+
rev: 25.1.0
3333
hooks:
3434
- id: black
3535
args: [--config, pyproject.toml]
3636

3737
- repo: https://github.com/pycqa/isort
38-
rev: 5.13.2
38+
rev: 6.0.1
3939
hooks:
4040
- id: isort
4141

4242
- repo: https://github.com/psf/black-pre-commit-mirror
43-
rev: 24.10.0
43+
rev: 25.1.0
4444
hooks:
4545
- id: black-jupyter
4646
args: [--config, pyproject.toml]

0 commit comments

Comments
 (0)