Merge pull request #5333 from wRAR/pylint-2.12

Fix and pin pylint.
This commit is contained in:
Andrey Rahmatullin 2021-12-16 18:54:27 +05:00 committed by GitHub
commit 0862b179e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -112,6 +112,7 @@ disable=abstract-method,
unused-private-member,
unused-variable,
unused-wildcard-import,
use-implicit-booleaness-not-comparison,
used-before-assignment,
useless-object-inheritance, # Required for Python 2 support
useless-return,

View File

@ -66,7 +66,7 @@ commands =
basepython = python3
deps =
{[testenv:extra-deps]deps}
pylint
pylint==2.12.1
commands =
pylint conftest.py docs extras scrapy setup.py tests