mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-28 02:10:38 +02:00
Fix typos discovered by codespell (#1922)
This commit is contained in:
parent
df9e5ac2dd
commit
d6aa980ff5
5 changed files with 15 additions and 5 deletions
|
|
@ -39,3 +39,10 @@ repos:
|
|||
- id: no-commit-to-branch
|
||||
name: prevent commits to main
|
||||
args: [--branch, main]
|
||||
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.4.1
|
||||
hooks:
|
||||
- id: codespell # See pyproject.toml for args
|
||||
additional_dependencies:
|
||||
- tomli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue