Skip to content

Commit 548fcf7

Browse files
[pre-commit.ci] pre-commit autoupdate (#466)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: 2.1.4 → 2.2.1](tox-dev/pyproject-fmt@2.1.4...2.2.1) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a7d8d3b commit 548fcf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/tox-dev/pyproject-fmt
17-
rev: 2.1.4
17+
rev: 2.2.1
1818
hooks:
1919
- id: pyproject-fmt
2020
additional_dependencies: ["tox>=4.9"]
@@ -49,7 +49,7 @@ repos:
4949
- id: isort
5050
name: isort (python)
5151
- repo: https://github.com/PyCQA/flake8
52-
rev: 7.1.0
52+
rev: 7.1.1
5353
hooks:
5454
- id: flake8
5555
additional_dependencies:
@@ -58,7 +58,7 @@ repos:
5858
- flake8-logging
5959
- flake8-tidy-imports
6060
- repo: https://github.com/pre-commit/mirrors-mypy
61-
rev: v1.11.0
61+
rev: v1.11.1
6262
hooks:
6363
- id: mypy
6464
additional_dependencies:

0 commit comments

Comments
 (0)