Skip to content

Commit 0f0a89b

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) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.2...v0.13.3) - [github.com/adamchainz/django-upgrade: 1.28.0 → 1.29.0](adamchainz/django-upgrade@1.28.0...1.29.0)
1 parent 82d530f commit 0f0a89b

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
@@ -15,15 +15,15 @@ repos:
1515
- id: check-merge-conflict
1616
- id: check-toml
1717
- repo: https://github.com/PyCQA/isort
18-
rev: "6.0.1"
18+
rev: "6.1.0"
1919
hooks:
2020
- id: isort
21-
- repo: https://github.com/psf/black
21+
- repo: https://github.com/psf/black-pre-commit-mirror
2222
rev: 25.9.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: 'v0.13.2'
26+
rev: 'v0.13.3'
2727
hooks:
2828
- id: ruff
2929
- repo: https://github.com/asottile/pyupgrade
@@ -33,7 +33,7 @@ repos:
3333
args:
3434
- --py3-plus
3535
- repo: https://github.com/adamchainz/django-upgrade
36-
rev: "1.28.0"
36+
rev: "1.29.0"
3737
hooks:
3838
- id: django-upgrade
3939
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)