Skip to content

Commit e15aa85

Browse files
⬆️ auto update by pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.15.20](astral-sh/ruff-pre-commit@v0.9.4...v0.15.20) - [github.com/pycqa/isort: 6.0.0 → 9.0.0a3](PyCQA/isort@6.0.0...9.0.0a3) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.5.1](psf/black-pre-commit-mirror@25.1.0...26.5.1)
1 parent 9461600 commit e15aa85

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
@@ -7,20 +7,20 @@ ci:
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.9.4
10+
rev: v0.15.20
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]
1414
stages: [Nonepre-commitNone]
1515

1616
- repo: https://github.com/pycqa/isort
17-
rev: 6.0.0
17+
rev: 9.0.0a3
1818
hooks:
1919
- id: isort
2020
stages: [Nonepre-commitNone]
2121

22-
- repo: https://github.com/psf/black
23-
rev: 25.1.0
22+
- repo: https://github.com/psf/black-pre-commit-mirror
23+
rev: 26.5.1
2424
hooks:
2525
- id: black
2626
stages: [Nonepre-commitNone]

0 commit comments

Comments
 (0)