Skip to content

Commit

Permalink
ci(pre-commit.ci): autoupdate (#198)
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.7.1 → v0.7.2](astral-sh/ruff-pre-commit@v0.7.1...v0.7.2)

* update

* update

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Talley Lambert <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and tlambert03 authored Nov 17, 2024
1 parent 6dc0314 commit f61cad9
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 f61cad9

Please sign in to comment.