Skip to content

Commit caf99ce

Browse files
[pre-commit.ci] pre-commit autoupdate (#1138)
<!--pre-commit.ci start--> updates: - [github.com/adamchainz/django-upgrade: 1.23.1 → 1.24.0](adamchainz/django-upgrade@1.23.1...1.24.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0f280a1 commit caf99ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
- id: pyupgrade
4242
args: [--py39-plus]
4343
- repo: https://github.com/adamchainz/django-upgrade
44-
rev: 1.23.1
44+
rev: 1.24.0
4545
hooks:
4646
- id: django-upgrade
4747
args: [--target-version, '4.2']
@@ -61,7 +61,7 @@ repos:
6161
- id: isort
6262
name: isort (python)
6363
- repo: https://github.com/PyCQA/flake8
64-
rev: 7.1.2
64+
rev: 7.2.0
6565
hooks:
6666
- id: flake8
6767
additional_dependencies:

0 commit comments

Comments
 (0)