Skip to content

Commit 2e007b8

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/astral-sh/ruff-pre-commit: v0.9.1 → v0.15.11](astral-sh/ruff-pre-commit@v0.9.1...v0.15.11) - [github.com/pycqa/isort: 5.13.2 → 8.0.1](PyCQA/isort@5.13.2...8.0.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 26.3.1](psf/black-pre-commit-mirror@24.10.0...26.3.1)
1 parent 1b53269 commit 2e007b8

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
exclude: ^docs/
@@ -32,18 +32,18 @@ repos:
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
3434
# Ruff version.
35-
rev: "v0.9.1"
35+
rev: "v0.15.11"
3636
hooks:
3737
- id: ruff
3838

3939
- repo: https://github.com/pycqa/isort
40-
rev: 5.13.2
40+
rev: 8.0.1
4141
hooks:
4242
- id: isort
4343
name: isort (python)
4444

45-
- repo: https://github.com/psf/black
46-
rev: 24.10.0
45+
- repo: https://github.com/psf/black-pre-commit-mirror
46+
rev: 26.3.1
4747
hooks:
4848
- id: black
4949
exclude: tests/

0 commit comments

Comments
 (0)