Skip to content

Commit f54eb0d

Browse files
authored
Merge pull request #72 from data-exp-lab/pre-commit-ci-update-config
chore: update pre-commit hooks
2 parents 87bcfa7 + ec9c31d commit f54eb0d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ repos:
3535
- id: rst-inline-touching-normal
3636

3737
- repo: https://github.com/rbubley/mirrors-prettier
38-
rev: "v3.6.2"
38+
rev: "v3.7.4"
3939
hooks:
4040
- id: prettier
4141
types_or: [yaml, markdown, html, css, scss, javascript, json]
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.14.6"
45+
rev: "v0.14.10"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
4949
- id: ruff-format
5050

5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: "v1.18.2"
52+
rev: "v1.19.1"
5353
hooks:
5454
- id: mypy
5555
files: src|tests
@@ -77,7 +77,7 @@ repos:
7777
additional_dependencies: ["validate-pyproject-schema-store[all]"]
7878

7979
- repo: https://github.com/python-jsonschema/check-jsonschema
80-
rev: "0.35.0"
80+
rev: "0.36.0"
8181
hooks:
8282
- id: check-dependabot
8383
- id: check-github-workflows

src/pyramid_sampler/sampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from ._logging import sampler_log
1111

1212

13-
@numba.jit # type: ignore[misc]
13+
@numba.jit # type: ignore[untyped-decorator]
1414
def _coarsen(
1515
output_shape: tuple[int, int, int],
1616
level_coarse: int,

0 commit comments

Comments
 (0)