Skip to content

Commit b42fe11

Browse files
[pre-commit.ci] pre-commit autoupdate (#487)
<!--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 731c945 commit b42fe11

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
additional_dependencies: ["tox>=4.9"]
@@ -32,16 +32,16 @@ repos:
3232
additional_dependencies:
3333
- tomli==2.0.1
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.17.0
35+
rev: v3.19.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py39-plus]
3939
- repo: https://github.com/psf/black-pre-commit-mirror
40-
rev: 24.8.0
40+
rev: 24.10.0
4141
hooks:
4242
- id: black
4343
- repo: https://github.com/adamchainz/blacken-docs
44-
rev: 1.18.0
44+
rev: 1.19.1
4545
hooks:
4646
- id: blacken-docs
4747
additional_dependencies:
@@ -61,7 +61,7 @@ repos:
6161
- flake8-logging
6262
- flake8-tidy-imports
6363
- repo: https://github.com/pre-commit/mirrors-mypy
64-
rev: v1.11.2
64+
rev: v1.13.0
6565
hooks:
6666
- id: mypy
6767
additional_dependencies:

0 commit comments

Comments
 (0)