Skip to content

Commit 81b083e

Browse files
[pre-commit.ci] pre-commit autoupdate (#667)
<!--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/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 cd6aea5 commit 81b083e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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
@@ -46,12 +46,12 @@ repos:
4646
additional_dependencies:
4747
- black==25.1.0
4848
- repo: https://github.com/pycqa/isort
49-
rev: 6.0.0
49+
rev: 6.0.1
5050
hooks:
5151
- id: isort
5252
name: isort (python)
5353
- repo: https://github.com/PyCQA/flake8
54-
rev: 7.1.1
54+
rev: 7.1.2
5555
hooks:
5656
- id: flake8
5757
additional_dependencies:
@@ -60,7 +60,7 @@ repos:
6060
- flake8-logging
6161
- flake8-tidy-imports
6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: v1.14.1
63+
rev: v1.15.0
6464
hooks:
6565
- id: mypy
6666
additional_dependencies:

0 commit comments

Comments
 (0)