Skip to content

Commit

Permalink
ci(pre-commit.ci): autoupdate (pymmcore-plus#133)
Browse files Browse the repository at this point in the history
* ci(pre-commit.ci): autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.0.287](astral-sh/ruff-pre-commit@v0.0.282...v0.0.287)
- [github.com/abravalheri/validate-pyproject: v0.13 → v0.14](abravalheri/validate-pyproject@v0.13...v0.14)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.1](pre-commit/mirrors-mypy@v1.4.1...v1.5.1)

* fix pre-commit

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: fdrgsp <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and fdrgsp authored Sep 4, 2023
1 parent c86fccc commit 431db47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
args: ["--autofix"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.282
rev: v0.0.287
hooks:
- id: ruff
args: [--fix]
Expand All @@ -25,12 +25,12 @@ repos:
- id: black

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.13
rev: v0.14
hooks:
- id: validate-pyproject

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.1
hooks:
- id: mypy
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion src/useq/_iter_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def _iter_sequence(
# determine any relative position shifts or global overrides
_pos, _offsets = _position_offsets(position, event_kwargs)
# build overrides for this position
pos_overrides = MDAEventDict(sequence=sequence, **_pos) # type: ignore
pos_overrides = MDAEventDict(sequence=sequence, **_pos)
if position.name:
pos_overrides["pos_name"] = position.name

Expand Down

0 comments on commit 431db47

Please sign in to comment.