Skip to content

Commit e84b7c2

Browse files
ci: pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.16.2 → v2.21.1](tox-dev/pyproject-fmt@v2.16.2...v2.21.1) - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.1](psf/black-pre-commit-mirror@26.1.0...26.3.1) - [github.com/pycqa/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.2](pre-commit/mirrors-mypy@v1.19.1...v1.20.2)
1 parent 46bb261 commit e84b7c2

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.16.2
26+
rev: v2.21.1
2727
hooks:
2828
- id: pyproject-fmt
2929
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -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: 26.1.0
50+
rev: 26.3.1
5151
hooks:
5252
- id: black
5353
- repo: https://github.com/adamchainz/blacken-docs
@@ -57,12 +57,12 @@ repos:
5757
additional_dependencies:
5858
- black==23.1.0
5959
- repo: https://github.com/pycqa/isort
60-
rev: 8.0.1
60+
rev: 9.0.0a3
6161
hooks:
6262
- id: isort
6363
name: isort (python)
6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.19.1
65+
rev: v1.20.2
6666
hooks:
6767
- id: mypy
6868
additional_dependencies:

0 commit comments

Comments
 (0)