Skip to content

Commit 3a0dccc

Browse files
pre-commit-ci[bot]bmispelon
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adamchainz/django-upgrade: 1.20.0 → 1.21.0](adamchainz/django-upgrade@1.20.0...1.21.0) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)
1 parent 26976dc commit 3a0dccc

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
@@ -21,12 +21,12 @@ repos:
2121
- id: pyupgrade
2222
args: [--py38-plus]
2323
- repo: https://github.com/adamchainz/django-upgrade
24-
rev: "1.20.0"
24+
rev: "1.21.0"
2525
hooks:
2626
- id: django-upgrade
2727
args: [--target-version, "4.2"]
2828
- repo: https://github.com/psf/black
29-
rev: 24.4.2
29+
rev: 24.8.0
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -39,7 +39,7 @@ repos:
3939
hooks:
4040
- id: isort
4141
- repo: https://github.com/pycqa/flake8
42-
rev: "7.1.0"
42+
rev: "7.1.1"
4343
hooks:
4444
- id: flake8
4545
- repo: https://github.com/rtts/djhtml

0 commit comments

Comments
 (0)