Skip to content

Commit 9a763bb

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/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0)
1 parent a89cba1 commit 9a763bb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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
@@ -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: 25.9.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: 7.0.0
3939
hooks:
4040
- id: isort
4141

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

0 commit comments

Comments
 (0)