Skip to content

Commit e003ecd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/tox-ini-fmt: 1.4.1 → 1.5.0](tox-dev/tox-ini-fmt@1.4.1...1.5.0) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
1 parent 91f92d4 commit e003ecd

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
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: pyproject-fmt
2323
- repo: https://github.com/tox-dev/tox-ini-fmt
24-
rev: 1.4.1
24+
rev: 1.5.0
2525
hooks:
2626
- id: tox-ini-fmt
2727
- repo: https://github.com/rstcheck/rstcheck
@@ -31,12 +31,12 @@ repos:
3131
additional_dependencies:
3232
- tomli==2.0.1
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v3.19.0
34+
rev: v3.19.1
3535
hooks:
3636
- id: pyupgrade
3737
args: [--py39-plus]
3838
- repo: https://github.com/psf/black-pre-commit-mirror
39-
rev: 24.10.0
39+
rev: 25.1.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/adamchainz/blacken-docs
@@ -46,7 +46,7 @@ repos:
4646
additional_dependencies:
4747
- black==23.1.0
4848
- repo: https://github.com/pycqa/isort
49-
rev: 5.13.2
49+
rev: 6.0.0
5050
hooks:
5151
- id: isort
5252
name: isort (python)
@@ -60,6 +60,6 @@ repos:
6060
- flake8-logging
6161
- flake8-tidy-imports
6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: v1.13.0
63+
rev: v1.14.1
6464
hooks:
6565
- id: mypy

0 commit comments

Comments
 (0)