Skip to content

Commit 7b0d841

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [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: 25.1.0 → 26.3.0](psf/black-pre-commit-mirror@25.1.0...26.3.0) - [github.com/pycqa/isort: 6.0.1 → 8.0.1](PyCQA/isort@6.0.1...8.0.1) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.0](psf/black-pre-commit-mirror@25.1.0...26.3.0)
1 parent a89cba1 commit 7b0d841

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-ast
1010
- id: check-case-conflict
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
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: [--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: 25.1.0
32+
rev: 26.3.0
3333
hooks:
3434
- id: black
3535
args: [--config, pyproject.toml]
3636

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

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

0 commit comments

Comments
 (0)