mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
deps: bump pylint version
Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
parent
9f99623d52
commit
36f35542c6
4 changed files with 3 additions and 6 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
|
@ -72,8 +72,7 @@ jobs:
|
|||
python -m venv venv &&
|
||||
(
|
||||
source venv/bin/activate &&
|
||||
python -m pip install --upgrade pip setuptools pre-commit pylint[spelling] \
|
||||
--constraint .github/workflows/constraints.txt &&
|
||||
python -m pip install --upgrade pip setuptools pre-commit pylint[spelling]
|
||||
python -m pip install -r requirements.txt &&
|
||||
python -m pre_commit install --install-hooks &&
|
||||
python -m pre_commit run --all-files
|
||||
|
|
|
|||
1
.github/workflows/constraints.txt
vendored
1
.github/workflows/constraints.txt
vendored
|
|
@ -1 +0,0 @@
|
|||
pylint >= 2.15.0, < 2.15.6
|
||||
3
.github/workflows/lint.yaml
vendored
3
.github/workflows/lint.yaml
vendored
|
|
@ -51,8 +51,7 @@ jobs:
|
|||
|
||||
- name: Install linters
|
||||
run: |
|
||||
python -m pip install --upgrade pre-commit pylint[spelling] \
|
||||
--constraint .github/workflows/constraints.txt
|
||||
python -m pip install --upgrade pre-commit pylint[spelling]
|
||||
|
||||
- name: pre-commit
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue