Skip to content

Commit

Permalink
Merge branch 'main' into public-axis
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 17, 2024
2 parents 94134fd + f61cad9 commit 0da6d3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ default_install_hook_types: [pre-commit, commit-msg]

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

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.7.4
hooks:
- id: ruff
args: [--fix, --unsafe-fixes]
Expand Down
2 changes: 1 addition & 1 deletion src/useq/_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
)

import numpy as np
from annotated_types import Ge, Gt # noqa: TCH002
from annotated_types import Ge, Gt
from pydantic import Field, field_validator, model_validator

from useq._point_visiting import OrderMode, TraversalOrder
Expand Down
2 changes: 1 addition & 1 deletion src/useq/_plate.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)

import numpy as np
from annotated_types import Gt # noqa: TCH002
from annotated_types import Gt
from pydantic import (
Field,
ValidationInfo,
Expand Down

0 comments on commit 0da6d3a

Please sign in to comment.