diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb720ce..82fbe17 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: | diff --git a/README.md b/README.md index 040d351..59d7b0e 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/docs/source/index.rst b/docs/source/index.rst index 7ffdde2..5b64f3e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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: