Skip to content

Commit

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

updates:
- [github.com/crate-ci/typos: v1.27.0 → typos-dict-v0.11.37](crate-ci/typos@v1.27.0...typos-dict-v0.11.37)
- [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1)
- [github.com/abravalheri/validate-pyproject: v0.22 → v0.23](abravalheri/validate-pyproject@v0.22...v0.23)

* style(pre-commit.ci): auto fixes [...]

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 3, 2024
1 parent 7f37c83 commit 24151a9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ ci:

repos:
- repo: https://github.com/crate-ci/typos
rev: v1.27.0
rev: typos-dict-v0.11.37
hooks:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.1
hooks:
- id: ruff
args: [--fix, --unsafe-fixes]
- id: ruff-format

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.22
rev: v0.23
hooks:
- id: validate-pyproject

Expand Down
8 changes: 4 additions & 4 deletions src/pymmcore_widgets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"ChannelGroupWidget",
"ChannelTable",
"ChannelWidget",
"ConfigurationWidget",
"ConfigWizard",
"ConfigurationWidget",
"DefaultCameraExposureWidget",
"DeviceWidget",
"ExposureWidget",
Expand All @@ -25,10 +25,10 @@
"ImagePreview",
"InstallWidget",
"LiveButton",
"MDAWidget",
"MDASequenceWidget",
"ObjectivesWidget",
"MDAWidget",
"ObjectivesPixelConfigurationWidget",
"ObjectivesWidget",
"PixelConfigurationWidget",
"PositionTable",
"PresetsWidget",
Expand Down Expand Up @@ -78,7 +78,7 @@
from .views import ImagePreview

if TYPE_CHECKING:
from ._deprecated._device_widget import ( # noqa: TCH004
from ._deprecated._device_widget import ( # noqa: TC004
DeviceWidget,
StateDeviceWidget,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from ._group_preset_table_widget import GroupPresetTableWidget

__all__ = [
"AddGroupWidget",
"AddFirstPresetWidget",
"AddGroupWidget",
"AddPresetWidget",
"EditGroupWidget",
"EditPresetWidget",
Expand Down
2 changes: 1 addition & 1 deletion src/pymmcore_widgets/useq_widgets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from .points_plans import PointsPlanWidget

__all__ = [
"PYMMCW_METADATA_KEY",
"BoolColumn",
"ChannelTable",
"ChoiceColumn",
Expand All @@ -30,7 +31,6 @@
"MDASequenceWidget",
"PointsPlanWidget",
"PositionTable",
"PYMMCW_METADATA_KEY",
"TextColumn",
"TimeDeltaColumn",
"TimePlanWidget",
Expand Down
2 changes: 1 addition & 1 deletion src/pymmcore_widgets/useq_widgets/points_plans/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__all__ = [
"GridRowColumnWidget",
"PointsPlanWidget",
"RandomPointWidget",
"RelativePointPlanSelector",
"PointsPlanWidget",
]
2 changes: 1 addition & 1 deletion src/pymmcore_widgets/views/_stack_viewer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from ._datastore import QOMEZarrDatastore
from ._stack_viewer import StackViewer

__all__ = ["StackViewer", "CMAPS", "QOMEZarrDatastore"]
__all__ = ["CMAPS", "QOMEZarrDatastore", "StackViewer"]

0 comments on commit 24151a9

Please sign in to comment.