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
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(