mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-21 06:45:24 -06:00
feat: add codespell integration
This commit is contained in:
parent
05284ec2f8
commit
383cdea81e
3 changed files with 11 additions and 0 deletions
|
|
@ -59,6 +59,12 @@ repos:
|
|||
(?x)(
|
||||
^docs/source/conf.py$
|
||||
)
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.2.4
|
||||
hooks:
|
||||
- id: codespell
|
||||
additional_dependencies: [".[toml]"]
|
||||
stages: [commit, push, manual]
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: pylint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue