Re: [code-quality] Locally increase max-complexity?

2015-03-08 Thread Ian Cordasco
On Sat, Mar 7, 2015 at 11:16 PM, Michael McNeil Forbes wrote: > Following the NIST recommendation: > > "For each module, either limit cyclomatic complexity to [the agreed-upon > limit] or provide a written explanation of why the limit was exceeded." > > Is there a way of providing a "written expl

Re: [code-quality] No output when running from nosetests and jobs != 1

2015-03-08 Thread Ian Cordasco
On Sat, Mar 7, 2015 at 10:23 PM, Michael McNeil Forbes wrote: > Dear Flake8ers, > > I am trying to run flake8 programmatically in a Test class as follows: > > import flake8.main > import nose.tools as nt > > class TestCodeFormat(object): > def setUp(self): > self.files = find_py_files(