[code-quality] pylint: How to ignore max line length limit for long import statements

2018-08-11 Thread Jiongjiong Li
Is there any convenient way to ignore max line length limit for import statements, such as by setting rc file? pylint always report: C0301:Line too long (108/100). But according to Google Style Guide, it's fine to no

Re: [code-quality] pylint: How to ignore max line length limit for long import statements

2018-08-11 Thread Florian Bruhin
Hey, On Sat, Aug 11, 2018 at 05:46:56AM +, Jiongjiong Li wrote: > Is there any convenient way to ignore max line length limit for import > statements, such as by setting rc file? > > pylint always report: C0301:Line too long (108/100). > > But according to [1]Google Style Guide, it's fine to