Skip to content

Commit 235c55d

Browse files
[pre-commit.ci] pre-commit autoupdate (#638)
<!--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 5deecd4 commit 235c55d

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
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -48,7 +48,7 @@ repos:
4848
- id: isort
4949
name: isort (python)
5050
- repo: https://github.com/PyCQA/flake8
51-
rev: 7.1.0
51+
rev: 7.1.1
5252
hooks:
5353
- id: flake8
5454
additional_dependencies:
@@ -57,7 +57,7 @@ repos:
5757
- flake8-logging
5858
- flake8-tidy-imports
5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v1.11.0
60+
rev: v1.11.1
6161
hooks:
6262
- id: mypy
6363
additional_dependencies:

0 commit comments

Comments
 (0)