Skip to content

Commit 14c61e6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.20.0](asottile/pyupgrade@v3.15.0...v3.20.0) - [github.com/adamchainz/django-upgrade: 1.15.0 → 1.25.0](adamchainz/django-upgrade@1.15.0...1.25.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.8.0](asottile/setup-cfg-fmt@v2.5.0...v2.8.0) - [github.com/tox-dev/pyproject-fmt: 1.5.3 → v2.6.0](tox-dev/pyproject-fmt@1.5.3...v2.6.0) - [github.com/tox-dev/tox-ini-fmt: 1.3.1 → 1.5.0](tox-dev/tox-ini-fmt@1.3.1...1.5.0)
1 parent beb7955 commit 14c61e6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v5.0.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- id: mixed-line-ending
1111
- id: check-toml
1212
- id: check-yaml
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.15.0
14+
rev: v3.20.0
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py36-plus]
1818
- repo: https://github.com/adamchainz/django-upgrade
19-
rev: 1.15.0
19+
rev: 1.25.0
2020
hooks:
2121
- id: django-upgrade
2222
args: [--target-version, "3.2"]
@@ -30,14 +30,14 @@ repos:
3030
- id: rst-backticks
3131
- id: rst-directive-colons
3232
- repo: https://github.com/asottile/setup-cfg-fmt
33-
rev: v2.5.0
33+
rev: v2.8.0
3434
hooks:
3535
- id: setup-cfg-fmt
3636
- repo: https://github.com/tox-dev/pyproject-fmt
37-
rev: "1.5.3"
37+
rev: "v2.6.0"
3838
hooks:
3939
- id: pyproject-fmt
4040
- repo: https://github.com/tox-dev/tox-ini-fmt
41-
rev: "1.3.1"
41+
rev: "1.5.0"
4242
hooks:
4343
- id: tox-ini-fmt

0 commit comments

Comments
 (0)