Skip to content

Commit 75d49cf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/adamchainz/django-upgrade: 1.21.0 → 1.23.1](adamchainz/django-upgrade@1.21.0...1.23.1) - [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](hadialqattan/pycln@v2.4.0...v2.5.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/rtts/djhtml: 3.0.6 → 3.0.7](rtts/djhtml@3.0.6...3.0.7)
1 parent 079805d commit 75d49cf

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
@@ -26,14 +26,14 @@ repos:
2626
- id: python-no-log-warn
2727
- id: rst-backticks
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v3.17.0
29+
rev: v3.19.1
3030
hooks:
3131
- id: pyupgrade
3232
args:
3333
- --py39-plus
3434
exclude: migrations/
3535
- repo: https://github.com/adamchainz/django-upgrade
36-
rev: 1.21.0
36+
rev: 1.23.1
3737
hooks:
3838
- id: django-upgrade
3939
args: [--target-version, "4.2"]
@@ -46,11 +46,11 @@ repos:
4646
hooks:
4747
- id: add-trailing-comma
4848
- repo: https://github.com/hadialqattan/pycln
49-
rev: v2.4.0
49+
rev: v2.5.0
5050
hooks:
5151
- id: pycln
5252
- repo: https://github.com/psf/black
53-
rev: 24.10.0
53+
rev: 25.1.0
5454
hooks:
5555
- id: black
5656
- repo: https://github.com/pycqa/flake8
@@ -63,7 +63,7 @@ repos:
6363
- flake8-tidy-imports
6464
args: [--max-line-length=120]
6565
- repo: "https://github.com/rtts/djhtml"
66-
rev: '3.0.6'
66+
rev: '3.0.7'
6767
hooks:
6868
- id: "djhtml"
6969
args: ["-t", "2"]

0 commit comments

Comments
 (0)