Skip to content

Commit 09b5fe9

Browse files
[pre-commit.ci] pre-commit autoupdate (#959)
updates: - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/adamchainz/django-upgrade: 1.28.0 → 1.29.0](adamchainz/django-upgrade@1.28.0...1.29.0) - [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/tox-dev/pyproject-fmt: v2.6.0 → v2.7.0](tox-dev/pyproject-fmt@v2.6.0...v2.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 55076e2 commit 09b5fe9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@ repos:
2222
- id: mixed-line-ending
2323

2424
- repo: https://github.com/pycqa/isort
25-
rev: 6.0.1
25+
rev: 6.1.0
2626
hooks:
2727
- id: isort
2828

2929
- repo: https://github.com/adamchainz/django-upgrade
30-
rev: 1.28.0
30+
rev: 1.29.0
3131
hooks:
3232
- id: django-upgrade
3333
args: [--target-version, "3.2"]
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.13.2
36+
rev: v0.13.3
3737
hooks:
3838
- id: ruff-check
3939
# - id: ruff-format
4040

4141
- repo: https://github.com/tox-dev/pyproject-fmt
42-
rev: v2.6.0
42+
rev: v2.7.0
4343
hooks:
4444
- id: pyproject-fmt
4545

0 commit comments

Comments
 (0)