Skip to content

Commit bae1e0c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.1...v0.13.3) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror
1 parent 6d0bc0e commit bae1e0c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ repos:
2020
- id: no-commit-to-branch
2121
args: [ --branch, master ]
2222
- repo: https://github.com/pycqa/isort
23-
rev: 6.0.1
23+
rev: 6.1.0
2424
hooks:
2525
- id: isort
2626
- repo: https://github.com/asottile/add-trailing-comma
2727
rev: v3.2.0
2828
hooks:
2929
- id: add-trailing-comma
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: 'v0.13.1'
31+
rev: 'v0.13.3'
3232
hooks:
3333
- id: ruff
3434
args: [ --fix, --exit-non-zero-on-fix ]
35-
- repo: https://github.com/psf/black
35+
- repo: https://github.com/psf/black-pre-commit-mirror
3636
rev: 25.9.0
3737
hooks:
3838
- id: black

0 commit comments

Comments
 (0)