Skip to content

Commit 254e5c9

Browse files
chore: update pre-commit hooks (#393)
* chore: update pre-commit hooks updates: - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.0](pre-commit/mirrors-mypy@v1.5.1...v1.6.0) * Narrower ignore --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Saransh Chopra <saransh0701@gmail.com>
1 parent 2b3dfb7 commit 254e5c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
- id: pyproject-fmt
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.5.1
38+
rev: v1.6.0
3939
hooks:
4040
- id: mypy
4141
files: src

src/vector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
Vector4D,
3333
dim,
3434
)
35-
from vector._version import __version__ # type: ignore[import]
35+
from vector._version import __version__ # type: ignore[import-not-found]
3636
from vector.backends.awkward_constructors import Array, zip
3737
from vector.backends.awkward_constructors import Array as awk
3838
from vector.backends.numpy import (

0 commit comments

Comments
 (0)