Skip to content

Commit e816d10

Browse files
[pre-commit.ci] pre-commit autoupdate (#975)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/tox-dev/pyproject-fmt: 2.2.1 → 2.2.4](tox-dev/pyproject-fmt@2.2.1...2.2.4) - [github.com/tox-dev/tox-ini-fmt: 1.3.1 → 1.4.1](tox-dev/tox-ini-fmt@1.3.1...1.4.1) - [github.com/adamchainz/django-upgrade: 1.20.0 → 1.21.0](adamchainz/django-upgrade@1.20.0...1.21.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 132f381 commit e816d10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_language_version:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.6.0
9+
rev: v5.0.0
1010
hooks:
1111
- id: check-added-large-files
1212
- id: check-case-conflict
@@ -17,11 +17,11 @@ repos:
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/tox-dev/pyproject-fmt
20-
rev: 2.2.1
20+
rev: 2.2.4
2121
hooks:
2222
- id: pyproject-fmt
2323
- repo: https://github.com/tox-dev/tox-ini-fmt
24-
rev: 1.3.1
24+
rev: 1.4.1
2525
hooks:
2626
- id: tox-ini-fmt
2727
- repo: https://github.com/rstcheck/rstcheck
@@ -36,7 +36,7 @@ repos:
3636
- id: pyupgrade
3737
args: [--py38-plus]
3838
- repo: https://github.com/adamchainz/django-upgrade
39-
rev: 1.20.0
39+
rev: 1.21.0
4040
hooks:
4141
- id: django-upgrade
4242
args: [--target-version, '3.2']

0 commit comments

Comments
 (0)