chore(pre-commit): update pre-commit hooks

This commit is contained in:
Xuehai Pan 2026-04-03 14:14:26 +08:00
parent a6761eb5c4
commit 66a8f920e3
3 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ repos:
args: [--ignore-case]
files: ^docs/source/spelling_wordlist\.txt$
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.8
rev: v0.15.12
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]
@ -41,7 +41,7 @@ repos:
- id: codespell
additional_dependencies: [".[toml]"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.20.0
rev: v1.20.2
hooks:
- id: mypy
exclude: |

View file

@ -206,7 +206,7 @@ Install the latest version from GitHub (![Commit Count](https://img.shields.io/g
```bash
pip3 install --upgrade pip setuptools
pip3 install git+https://github.com/XuehaiPan/nvitop.git#egg=nvitop
pip3 install git+https://github.com/XuehaiPan/nvitop.git
```
Or, clone this repo and install manually:

View file

@ -71,7 +71,7 @@ Install the latest version from GitHub (|Commit Count|):
.. code:: bash
pip3 install --upgrade pip setuptools
pip3 install git+https://github.com/XuehaiPan/nvitop.git#egg=nvitop
pip3 install git+https://github.com/XuehaiPan/nvitop.git
Or, clone this repo and install manually: