[code-quality] Re: adapting code quality tools to non-traditional situation

2019-10-18 Thread 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 something with Flake8 locally or to steal some of the Flake8 co

[code-quality] Re: adapting code quality tools to non-traditional situation

2019-10-18 Thread Alexander Todorov
На 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

[code-quality] Re: adapting code quality tools to non-traditional situation

2019-10-18 Thread Mats Wichmann
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

[code-quality] Re: adapting code quality tools to non-traditional situation

2019-10-18 Thread Mats Wichmann
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