deps: bump pylint version

Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
Xuehai Pan 2023-02-01 20:10:18 +08:00
parent 9f99623d52
commit 36f35542c6
4 changed files with 3 additions and 6 deletions

View file

@ -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

View file

@ -1 +0,0 @@
pylint >= 2.15.0, < 2.15.6

View file

@ -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: |

View file

@ -50,7 +50,7 @@ try:
'lint': [
'black >= 22.6.0',
'isort',
'pylint[spelling] >= 2.15.0, < 2.15.6',
'pylint[spelling] >= 2.16.0',
'pre-commit',
],
'cuda10': ['nvidia-ml-py == 11.450.51'],