Skip to content

Commit 95d629f

Browse files
ci: pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent f4dd02d commit 95d629f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: end-of-file-fixer
2424
- id: trailing-whitespace
2525
- repo: https://github.com/tox-dev/pyproject-fmt
26-
rev: v2.11.0
26+
rev: v2.11.1
2727
hooks:
2828
- id: pyproject-fmt
2929
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -37,7 +37,7 @@ repos:
3737
additional_dependencies:
3838
- tomli==2.0.1
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.21.0
40+
rev: v3.21.2
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py38-plus]
@@ -47,7 +47,7 @@ repos:
4747
- id: django-upgrade
4848
args: [--target-version, '3.2']
4949
- repo: https://github.com/psf/black-pre-commit-mirror
50-
rev: 25.9.0
50+
rev: 25.11.0
5151
hooks:
5252
- id: black
5353
- repo: https://github.com/adamchainz/blacken-docs
@@ -62,7 +62,7 @@ repos:
6262
- id: isort
6363
name: isort (python)
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.18.2
65+
rev: v1.19.0
6666
hooks:
6767
- id: mypy
6868
additional_dependencies:

0 commit comments

Comments
 (0)