Skip to content

Commit 7b9f6f0

Browse files
[pre-commit.ci] pre-commit autoupdate (#183)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2) - [github.com/psf/black: 24.4.0 → 24.4.2](psf/black@24.4.0...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) * fix: version --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nathaniel Starkman <[email protected]>
1 parent 851e87b commit 7b9f6f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ repos:
3232
- id: text-unicode-replacement-char
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: "v0.4.1"
35+
rev: "v0.4.2"
3636
hooks:
3737
- id: ruff
3838
args:
3939
- --fix
4040

4141
- repo: https://github.com/psf/black
42-
rev: 24.4.0
42+
rev: 24.4.2
4343
hooks:
4444
- id: black
4545
additional_dependencies: [toml]
@@ -51,11 +51,11 @@ repos:
5151
additional_dependencies: [black]
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: "v1.9.0"
54+
rev: "v1.10.0"
5555
hooks:
5656
- id: mypy
5757
additional_dependencies:
58-
- numpy>=1.20,<1.24
58+
- numpy>=1.20
5959
- typing_extensions>=4.4.0
6060
- "stream_mapper.core @ git+https://github.com/GalOrrery/stream_mapper-core@main#egg=stream_mapper-core"
6161
args:

0 commit comments

Comments
 (0)