We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851e87b commit 7b9f6f0Copy full SHA for 7b9f6f0
.pre-commit-config.yaml
@@ -32,14 +32,14 @@ repos:
32
- id: text-unicode-replacement-char
33
34
- repo: https://github.com/astral-sh/ruff-pre-commit
35
- rev: "v0.4.1"
+ rev: "v0.4.2"
36
hooks:
37
- id: ruff
38
args:
39
- --fix
40
41
- repo: https://github.com/psf/black
42
- rev: 24.4.0
+ rev: 24.4.2
43
44
- id: black
45
additional_dependencies: [toml]
@@ -51,11 +51,11 @@ repos:
51
additional_dependencies: [black]
52
53
- repo: https://github.com/pre-commit/mirrors-mypy
54
- rev: "v1.9.0"
+ rev: "v1.10.0"
55
56
- id: mypy
57
additional_dependencies:
58
- - numpy>=1.20,<1.24
+ - numpy>=1.20
59
- typing_extensions>=4.4.0
60
- "stream_mapper.core @ git+https://github.com/GalOrrery/stream_mapper-core@main#egg=stream_mapper-core"
61
0 commit comments