Skip to content

Commit 151f982

Browse files
pre-commit-ci[bot]bmispelon
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/adamchainz/django-upgrade: 1.28.0 → 1.29.0](adamchainz/django-upgrade@1.28.0...1.29.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/pycqa/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/rtts/djhtml: 3.0.9 → 3.0.10](rtts/djhtml@3.0.9...3.0.10)
1 parent 0f28e7f commit 151f982

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ repos:
2828
- id: mixed-line-ending
2929
- id: trailing-whitespace
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: "v3.20.0"
31+
rev: "v3.21.0"
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py312]
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, "5.2"]
40-
- repo: https://github.com/psf/black
40+
- repo: https://github.com/psf/black-pre-commit-mirror
4141
rev: 25.9.0
4242
hooks:
4343
- id: black
@@ -48,15 +48,15 @@ repos:
4848
exclude_types: [html, json, scss]
4949
exclude: '(^djangoproject\/static\/js\/lib\/.*$)'
5050
- repo: https://github.com/pycqa/isort
51-
rev: "6.0.1"
51+
rev: "7.0.0"
5252
hooks:
5353
- id: isort
5454
- repo: https://github.com/pycqa/flake8
5555
rev: "7.3.0"
5656
hooks:
5757
- id: flake8
5858
- repo: https://github.com/rtts/djhtml
59-
rev: "3.0.9"
59+
rev: "3.0.10"
6060
hooks:
6161
- id: djhtml
6262
files: .*/templates/.*\.html$

0 commit comments

Comments
 (0)