Skip to content

Commit 491a0c3

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/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0)
1 parent 5a248b0 commit 491a0c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-builtin-literals
@@ -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.2
43+
rev: v1.13.0
4444
hooks:
4545
- id: mypy
4646
additional_dependencies: [types-setuptools]

0 commit comments

Comments
 (0)