Skip to content

Commit 654106d

Browse files
ulgensSaptakS
authored andcommitted
Update pre-commit repos
1 parent 9460bca commit 654106d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ repos:
3333
- id: pyupgrade
3434
args: [--py312]
3535
- repo: https://github.com/adamchainz/django-upgrade
36-
rev: "1.25.0"
36+
rev: "1.28.0"
3737
hooks:
3838
- id: django-upgrade
3939
args: [--target-version, "5.2"]
4040
- repo: https://github.com/psf/black
41-
rev: 25.1.0
41+
rev: 25.9.0
4242
hooks:
4343
- id: black
4444
exclude: '(\/migrations\/)'
@@ -57,7 +57,7 @@ repos:
5757
hooks:
5858
- id: flake8
5959
- repo: https://github.com/rtts/djhtml
60-
rev: "3.0.8"
60+
rev: "3.0.9"
6161
hooks:
6262
- id: djhtml
6363
files: .*/templates/.*\.html$

0 commit comments

Comments
 (0)