Skip to content

Commit e9a3341

Browse files
ci: pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.7.0](tox-dev/pyproject-fmt@v2.6.0...v2.7.0) - [github.com/adamchainz/django-upgrade: 1.27.0 → 1.29.0](adamchainz/django-upgrade@1.27.0...1.29.0) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent e6bc12b commit e9a3341

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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.6.0
26+
rev: v2.7.0
2727
hooks:
2828
- id: pyproject-fmt
2929
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -42,27 +42,27 @@ repos:
4242
- id: pyupgrade
4343
args: [--py38-plus]
4444
- repo: https://github.com/adamchainz/django-upgrade
45-
rev: 1.27.0
45+
rev: 1.29.0
4646
hooks:
4747
- id: django-upgrade
4848
args: [--target-version, '3.2']
4949
- repo: https://github.com/psf/black-pre-commit-mirror
50-
rev: 25.1.0
50+
rev: 25.9.0
5151
hooks:
5252
- id: black
5353
- repo: https://github.com/adamchainz/blacken-docs
54-
rev: 1.19.1
54+
rev: 1.20.0
5555
hooks:
5656
- id: blacken-docs
5757
additional_dependencies:
5858
- black==23.1.0
5959
- repo: https://github.com/pycqa/isort
60-
rev: 6.0.1
60+
rev: 6.1.0
6161
hooks:
6262
- id: isort
6363
name: isort (python)
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.17.1
65+
rev: v1.18.2
6666
hooks:
6767
- id: mypy
6868
additional_dependencies:

0 commit comments

Comments
 (0)