deps: update linter dependencies

Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
This commit is contained in:
Xuehai Pan 2022-12-05 21:10:03 +08:00
parent 7501b6fc7f
commit 56c9c8c631
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
pylint >= 2.15.0, != 2.15.6, != 2.15.7
pylint >= 2.15.0, < 2.15.6

View file

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