Skip to content

Commit a7440b1

Browse files
pre-commit-ci[bot]pauloxnet
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
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)
1 parent f73cafa commit a7440b1

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
@@ -33,7 +33,7 @@ repos:
3333
- id: pyupgrade
3434
args: [--py312]
3535
- repo: https://github.com/adamchainz/django-upgrade
36-
rev: "1.23.1"
36+
rev: "1.24.0"
3737
hooks:
3838
- id: django-upgrade
3939
args: [--target-version, "5.1"]
@@ -53,7 +53,7 @@ repos:
5353
hooks:
5454
- id: isort
5555
- repo: https://github.com/pycqa/flake8
56-
rev: "7.1.2"
56+
rev: "7.2.0"
5757
hooks:
5858
- id: flake8
5959
- repo: https://github.com/rtts/djhtml

0 commit comments

Comments
 (0)