Skip to content

Commit b6e2d79

Browse files
[pre-commit.ci] pre-commit autoupdate (#535)
<!--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/psf/black-pre-commit-mirror: 24.8.0 → 24.10.0](psf/black-pre-commit-mirror@24.8.0...24.10.0) - [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 e3963e2 commit b6e2d79

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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
@@ -31,16 +31,16 @@ repos:
3131
additional_dependencies:
3232
- tomli==2.0.1
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v3.17.0
34+
rev: v3.19.0
3535
hooks:
3636
- id: pyupgrade
3737
args: [--py39-plus]
3838
- repo: https://github.com/psf/black-pre-commit-mirror
39-
rev: 24.8.0
39+
rev: 24.10.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/adamchainz/blacken-docs
43-
rev: 1.18.0
43+
rev: 1.19.1
4444
hooks:
4545
- id: blacken-docs
4646
additional_dependencies:
@@ -60,6 +60,6 @@ repos:
6060
- flake8-logging
6161
- flake8-tidy-imports
6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: v1.11.2
63+
rev: v1.13.0
6464
hooks:
6565
- id: mypy

0 commit comments

Comments
 (0)