Skip to content

Commit

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

updates:
- [github.com/crate-ci/typos: v1.19.0 → typos-dict-v0.11.10](crate-ci/typos@v1.19.0...typos-dict-v0.11.10)
- [github.com/astral-sh/ruff-pre-commit: v0.3.0 → v0.3.5](astral-sh/ruff-pre-commit@v0.3.0...v0.3.5)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)

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

* undo changes

* ignore changes to ome

* don't write changes

---------

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 Apr 21, 2024
1 parent 706fe8d commit 0a46b98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@ repos:
- id: validate-pyproject

- repo: https://github.com/crate-ci/typos
rev: v1.19.0
rev: v1.20.9
hooks:
- id: typos
args: [--force-exclude] # omit --write-changes

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.9.0
hooks:
- id: mypy
files: "^src/"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ ignore = [
]

[tool.typos.default]
extend-ignore-identifiers-re = ["nd2?.*", "ND2?.*"]
extend-ignore-identifiers-re = ["(?i)nd2?.*", "(?i)ome"]

[tool.typos.files]
extend-exclude = ["*.json", "**/_sdk_types.py"]

0 comments on commit 0a46b98

Please sign in to comment.