Skip to content

Commit dc7d715

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 9.0.0a3 → 9.0.0b1](PyCQA/isort@9.0.0a3...9.0.0b1) - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.15.22](astral-sh/ruff-pre-commit@v0.15.20...v0.15.22)
1 parent 24e31cc commit dc7d715

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ repos:
1515
- id: check-merge-conflict
1616
- id: check-toml
1717
- repo: https://github.com/PyCQA/isort
18-
rev: "9.0.0a3"
18+
rev: "9.0.0b1"
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/psf/black-pre-commit-mirror
2222
rev: 26.5.1
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: 'v0.15.20'
26+
rev: 'v0.15.22'
2727
hooks:
2828
- id: ruff
2929
- repo: https://github.com/asottile/pyupgrade

0 commit comments

Comments
 (0)