Skip to content

Commit b892fbb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
1 parent c6eb12d commit b892fbb

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
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -26,7 +26,7 @@ repos:
2626
types: [text]
2727
exclude: ^(.pre-commit-config.yaml|.github/workflows/test.yml)$
2828
- repo: https://github.com/PyCQA/flake8
29-
rev: 7.0.0
29+
rev: 7.1.0
3030
hooks:
3131
- id: flake8
3232
args: [-j8]
@@ -39,7 +39,7 @@ repos:
3939
- flake8-pyproject
4040
- flake8-string-format
4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.9.0
42+
rev: v1.10.0
4343
hooks:
4444
- id: mypy
4545
additional_dependencies: [types-setuptools]

0 commit comments

Comments
 (0)