Skip to content

Commit b05ee38

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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) - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1)
1 parent a199678 commit b05ee38

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
@@ -27,7 +27,7 @@ repos:
2727
types: [text]
2828
exclude: ^(.pre-commit-config.yaml|.github/workflows/test.yml)$
2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 7.1.1
30+
rev: 7.1.2
3131
hooks:
3232
- id: flake8
3333
args: [-j8]
@@ -40,7 +40,7 @@ repos:
4040
- flake8-pyproject
4141
- flake8-string-format
4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: v1.14.1
43+
rev: v1.15.0
4444
hooks:
4545
- id: mypy
4646
additional_dependencies: [types-setuptools]
@@ -51,7 +51,7 @@ repos:
5151
args: [-i]
5252
additional_dependencies: [toml]
5353
- repo: https://github.com/PyCQA/isort
54-
rev: 6.0.0
54+
rev: 6.0.1
5555
hooks:
5656
- id: isort
5757
- repo: https://github.com/doublify/pre-commit-clang-format

0 commit comments

Comments
 (0)