Skip to content

Commit e2adde2

Browse files
[pre-commit.ci] pre-commit autoupdate (#1136)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1) - [github.com/adamchainz/django-upgrade: 1.22.2 → 1.23.1](adamchainz/django-upgrade@1.22.2...1.23.1) - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0249bbf commit e2adde2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
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: v2.5.0
20+
rev: v2.5.1
2121
hooks:
2222
- id: pyproject-fmt
2323
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -41,7 +41,7 @@ repos:
4141
- id: pyupgrade
4242
args: [--py39-plus]
4343
- repo: https://github.com/adamchainz/django-upgrade
44-
rev: 1.22.2
44+
rev: 1.23.1
4545
hooks:
4646
- id: django-upgrade
4747
args: [--target-version, '4.2']
@@ -56,12 +56,12 @@ repos:
5656
additional_dependencies:
5757
- black==25.1.0
5858
- repo: https://github.com/pycqa/isort
59-
rev: 6.0.0
59+
rev: 6.0.1
6060
hooks:
6161
- id: isort
6262
name: isort (python)
6363
- repo: https://github.com/PyCQA/flake8
64-
rev: 7.1.1
64+
rev: 7.1.2
6565
hooks:
6666
- id: flake8
6767
additional_dependencies:
@@ -70,6 +70,6 @@ repos:
7070
- flake8-logging
7171
- flake8-tidy-imports
7272
- repo: https://github.com/pre-commit/mirrors-mypy
73-
rev: v1.14.1
73+
rev: v1.15.0
7474
hooks:
7575
- id: mypy

0 commit comments

Comments
 (0)