Skip to content

Commit 8cdf65f

Browse files
[pre-commit.ci] pre-commit autoupdate (#497)
<!--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 8227cec commit 8cdf65f

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
additional_dependencies: ["tox>=4.9"]
@@ -47,12 +47,12 @@ repos:
4747
additional_dependencies:
4848
- black==25.1.0
4949
- repo: https://github.com/pycqa/isort
50-
rev: 6.0.0
50+
rev: 6.0.1
5151
hooks:
5252
- id: isort
5353
name: isort (python)
5454
- repo: https://github.com/PyCQA/flake8
55-
rev: 7.1.1
55+
rev: 7.1.2
5656
hooks:
5757
- id: flake8
5858
additional_dependencies:
@@ -61,7 +61,7 @@ repos:
6161
- flake8-logging
6262
- flake8-tidy-imports
6363
- repo: https://github.com/pre-commit/mirrors-mypy
64-
rev: v1.14.1
64+
rev: v1.15.0
6565
hooks:
6666
- id: mypy
6767
additional_dependencies:

0 commit comments

Comments
 (0)