Skip to content

Commit 99a59b2

Browse files
ci(pre-commit.ci): autoupdate (#217)
* ci(pre-commit.ci): autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.6...v0.9.9) * update --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Talley Lambert <talley.lambert@gmail.com>
1 parent daae60a commit 99a59b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ default_install_hook_types: [pre-commit, commit-msg]
77

88
repos:
99
- repo: https://github.com/abravalheri/validate-pyproject
10-
rev: v0.23
10+
rev: v0.24
1111
hooks:
1212
- id: validate-pyproject
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.9.6
15+
rev: v0.11.0
1616
hooks:
1717
- id: ruff
1818
args: [--fix, --unsafe-fixes]

src/useq/_plate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def _validate_well_points_plan(
189189
value = handler(value)
190190
if plate := info.data.get("plate"):
191191
if isinstance(value, RandomPoints):
192-
plate = cast(WellPlate, plate)
192+
plate = cast("WellPlate", plate)
193193
kwargs = value.model_dump(mode="python")
194194
if value.max_width == np.inf:
195195
well_size_x = plate.well_size[0] * 1000 # convert to µm

0 commit comments

Comments
 (0)