Skip to content

Commit c30ac4b

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/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.14.0](pre-commit/mirrors-mypy@v1.10.1...v1.14.0)
1 parent 1033f15 commit c30ac4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude: '^.*\.golden$'
1616

1717
repos:
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.6.0
19+
rev: v5.0.0
2020
hooks:
2121
- id: check-added-large-files
2222
- id: check-case-conflict
@@ -46,11 +46,11 @@ repos:
4646
- id: isort
4747
args: ["--profile", "black", "--filter-files"]
4848
- repo: https://github.com/psf/black
49-
rev: "24.4.2"
49+
rev: "24.10.0"
5050
hooks:
5151
- id: black
5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: "v1.10.1"
53+
rev: "v1.14.0"
5454
hooks:
5555
- id: mypy
5656
name: mypy (vehicle-python)

0 commit comments

Comments
 (0)