Skip to content

Commit f661bbc

Browse files
[pre-commit.ci] pre-commit autoupdate (#1120)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: 2.2.4 → v2.5.0](tox-dev/pyproject-fmt@2.2.4...v2.5.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0) - [github.com/adamchainz/django-upgrade: 1.21.0 → 1.22.1](adamchainz/django-upgrade@1.21.0...1.22.1) - [github.com/adamchainz/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5322857 commit f661bbc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/tox-dev/pyproject-fmt
20-
rev: 2.2.4
20+
rev: v2.5.0
2121
hooks:
2222
- id: pyproject-fmt
2323
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -36,12 +36,12 @@ repos:
3636
hooks:
3737
- id: sphinx-lint
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.17.0
39+
rev: v3.19.0
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py39-plus]
4343
- repo: https://github.com/adamchainz/django-upgrade
44-
rev: 1.21.0
44+
rev: 1.22.1
4545
hooks:
4646
- id: django-upgrade
4747
args: [--target-version, '4.2']
@@ -50,7 +50,7 @@ repos:
5050
hooks:
5151
- id: black
5252
- repo: https://github.com/adamchainz/blacken-docs
53-
rev: 1.18.0
53+
rev: 1.19.1
5454
hooks:
5555
- id: blacken-docs
5656
additional_dependencies:
@@ -70,6 +70,6 @@ repos:
7070
- flake8-logging
7171
- flake8-tidy-imports
7272
- repo: https://github.com/pre-commit/mirrors-mypy
73-
rev: v1.11.2
73+
rev: v1.13.0
7474
hooks:
7575
- id: mypy

0 commit comments

Comments
 (0)