mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 06:06:12 -06:00
chore(pre-commit): update pre-commit hooks
This commit is contained in:
parent
a6761eb5c4
commit
66a8f920e3
3 changed files with 4 additions and 4 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
|
|
@ -206,7 +206,7 @@ Install the latest version from GitHub (:
|
|||
.. 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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue