Skip to content

Commit 63c504e

Browse files
pre-commit-ci[bot]kytta
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.8.0 → v3.13.0](asottile/pyupgrade@v3.8.0...v3.13.0) - [github.com/adamchainz/django-upgrade: 1.14.0 → 1.15.0](adamchainz/django-upgrade@1.14.0...1.15.0) - [github.com/tox-dev/pyproject-fmt: 0.12.1 → 1.2.0](tox-dev/pyproject-fmt@0.12.1...1.2.0) - [github.com/tox-dev/tox-ini-fmt: 1.2.0 → 1.3.1](tox-dev/tox-ini-fmt@1.2.0...1.3.1)
1 parent 1be1db7 commit 63c504e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ repos:
1111
- id: check-toml
1212
- id: check-yaml
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.8.0
14+
rev: v3.13.0
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py36-plus]
1818
- repo: https://github.com/adamchainz/django-upgrade
19-
rev: 1.14.0
19+
rev: 1.15.0
2020
hooks:
2121
- id: django-upgrade
2222
args: [--target-version, "3.2"]
@@ -34,10 +34,10 @@ repos:
3434
hooks:
3535
- id: setup-cfg-fmt
3636
- repo: https://github.com/tox-dev/pyproject-fmt
37-
rev: "0.12.1"
37+
rev: "1.2.0"
3838
hooks:
3939
- id: pyproject-fmt
4040
- repo: https://github.com/tox-dev/tox-ini-fmt
41-
rev: "1.2.0"
41+
rev: "1.3.1"
4242
hooks:
4343
- id: tox-ini-fmt

0 commit comments

Comments
 (0)