Hi Mats,
I can't speak for pylint, but Flake8 allows you to specify --builtins
when checking things (which we use to alter PyFlakes' understanding of
what is a built-in). Based on what you described, I think that would
allow you to do something with Flake8 locally or to steal some of the
Flake8 co
На 18.10.19 г. в 15:12 ч., Ian Stapleton Cordasco написа:
Hi Mats,
I can't speak for pylint, but Flake8 allows you to specify --builtins
when checking things (which we use to alter PyFlakes' understanding of
what is a built-in). Based on what you described, I think that would
allow you to do som
On 10/18/19 6:12 AM, Ian Stapleton Cordasco wrote:
Hi Mats,
I can't speak for pylint, but Flake8 allows you to specify --builtins
when checking things (which we use to alter PyFlakes' understanding of
what is a built-in). Based on what you described, I think that would
allow you to do something
On 10/18/19 7:17 AM, Alexander Todorov wrote:
На 18.10.19 г. в 15:12 ч., Ian Stapleton Cordasco написа:
Hi Mats,
I can't speak for pylint, but Flake8 allows you to specify --builtins
when checking things (which we use to alter PyFlakes' understanding of
what is a built-in). Based on what you de