Skip pylint refactor recommendation for generator

Change-Id: If98074bdc139eb762864421c8c5c8aa8ad34ac57
This commit is contained in:
asarfaty 2021-02-22 08:30:28 +02:00 committed by Adit Sarfaty
parent 069dd8b016
commit e78a8ad92d
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ disable=
cyclic-import, cyclic-import,
no-name-in-module, no-name-in-module,
bad-super-call, bad-super-call,
use-a-generator,
# new for python3 version of pylint # new for python3 version of pylint
consider-using-set-comprehension, consider-using-set-comprehension,
unnecessary-pass, unnecessary-pass,