mirror of https://github.com/scrapy/scrapy.git
Fix and pin pylint.
This commit is contained in:
parent
c316ca45a5
commit
6ec66c96fb
1
pylintrc
1
pylintrc
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue