Re: [code-quality] flake8 and per-file doctest checking

2014-12-15 Thread Ian Cordasco
On Mon, Dec 15, 2014 at 12:03 AM, Marius Gedminas wrote: > On Fri, Dec 12, 2014 at 09:19:10AM -0600, Ian Cordasco wrote: >> On Fri, Dec 12, 2014 at 2:25 AM, Marius Gedminas wrote: >> > flake8 has the doctests option that enables doctest checking. >> > Unfortunately it's global. >> >> This is actu

Re: [code-quality] flake8 and per-file doctest checking

2014-12-14 Thread Marius Gedminas
On Fri, Dec 12, 2014 at 09:19:10AM -0600, Ian Cordasco wrote: > On Fri, Dec 12, 2014 at 2:25 AM, Marius Gedminas wrote: > > flake8 has the doctests option that enables doctest checking. > > Unfortunately it's global. > > This is actually a feature of pep8. It's available in flake8 because > it is

Re: [code-quality] flake8 and per-file doctest checking

2014-12-12 Thread Ian Cordasco
On Fri, Dec 12, 2014 at 2:25 AM, Marius Gedminas wrote: > flake8 has the doctests option that enables doctest checking. > Unfortunately it's global. This is actually a feature of pep8. It's available in flake8 because it is available in pep8. > In objgraph I have a file (objgraph.py) where the d