Skip to content

Commit 83d8ae9

Browse files
[pre-commit.ci] pre-commit autoupdate (#247)
updates: - [github.com/PyCQA/isort: 8.0.0 → 8.0.1](PyCQA/isort@8.0.0...8.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.4](astral-sh/ruff-pre-commit@v0.15.2...v0.15.4) - [github.com/adamchainz/django-upgrade: 1.29.1 → 1.30.0](adamchainz/django-upgrade@1.29.1...1.30.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c987f82 commit 83d8ae9

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
@@ -15,15 +15,15 @@ repos:
1515
- id: check-merge-conflict
1616
- id: check-toml
1717
- repo: https://github.com/PyCQA/isort
18-
rev: "8.0.0"
18+
rev: "8.0.1"
1919
hooks:
2020
- id: isort
2121
- repo: https://github.com/psf/black-pre-commit-mirror
2222
rev: 26.1.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: 'v0.15.2'
26+
rev: 'v0.15.4'
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.29.1"
36+
rev: "1.30.0"
3737
hooks:
3838
- id: django-upgrade
3939
args: [--target-version, "3.2"]

0 commit comments

Comments
 (0)