Skip to content

Commit 9ea0266

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [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.12.1](pre-commit/mirrors-mypy@v1.11.0...v1.12.1)
1 parent 01a42d4 commit 9ea0266

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33
python: python3
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-case-conflict
@@ -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.0
30+
rev: 7.1.1
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.11.0
43+
rev: v1.12.1
4444
hooks:
4545
- id: mypy
4646
additional_dependencies: [types-setuptools]

0 commit comments

Comments
 (0)