Skip to content

Commit ce728bd

Browse files
[pre-commit.ci] pre-commit autoupdate (#814)
updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0) - [github.com/adamchainz/django-upgrade: 1.21.0 → 1.22.1](adamchainz/django-upgrade@1.21.0...1.22.1) - [github.com/tox-dev/pyproject-fmt: 2.2.4 → 2.3.0](tox-dev/pyproject-fmt@2.2.4...2.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3c2dfbb commit ce728bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exclude: "migrations"
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.17.0
6+
rev: v3.18.0
77
hooks:
88
- id: pyupgrade
99
args: ["--py37-plus"]
@@ -32,7 +32,7 @@ repos:
3232
- id: isort
3333

3434
- repo: https://github.com/adamchainz/django-upgrade
35-
rev: 1.21.0
35+
rev: 1.22.1
3636
hooks:
3737
- id: django-upgrade
3838
args: [--target-version, "3.2"]
@@ -44,7 +44,7 @@ repos:
4444
- id: ruff
4545

4646
- repo: https://github.com/tox-dev/pyproject-fmt
47-
rev: 2.2.4
47+
rev: 2.3.0
4848
hooks:
4949
- id: pyproject-fmt
5050

0 commit comments

Comments
 (0)