Skip to content

Commit 2da5cf4

Browse files
Switch type checking to ty (#72)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ace8318 commit 2da5cf4

File tree

6 files changed

+589
-251
lines changed

6 files changed

+589
-251
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,8 @@ repos:
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
2828
rev: v0.14.10
2929
hooks:
30-
- id: ruff
30+
- id: ruff-check
3131
- id: ruff-format
32-
- repo: https://github.com/dosisod/refurb
33-
rev: v2.2.0
34-
hooks:
35-
- id: refurb
3632
- repo: https://github.com/executablebooks/mdformat
3733
rev: 1.0.0
3834
hooks:
@@ -42,10 +38,10 @@ repos:
4238
mdformat-black,
4339
]
4440
args: [--wrap, "88"]
45-
- repo: https://github.com/codespell-project/codespell
46-
rev: v2.4.1
47-
hooks:
48-
- id: codespell
41+
- repo: https://github.com/crate-ci/typos
42+
rev: v1.40.1
43+
hooks:
44+
- id: typos
4945
- repo: meta
5046
hooks:
5147
- id: check-hooks-apply

0 commit comments

Comments
 (0)