On Wed, Jul 8, 2015 at 4:18 AM, Ian Cordasco
wrote:
> On Tue, Jul 7, 2015 at 2:11 PM, Willy Wu wrote:
> > So our flake8 might be a simpler case, where our lint tool invokes
> flake8 on
> > every file in the diff individually rather than a bunch of files at once.
> > Am I right to guess that if y
t;> Responses in-line:
> >>
> >> On Tue, Jul 7, 2015 at 4:05 AM, Willy Wu via code-quality
> >> wrote:
> >> > Hey all,
> >> >
> >> > We use flake8 at Dropbox and are pretty happy with it. But one small
> >> > issue
> &g
Hey Ian, answers inline:
On Tue, Jul 7, 2015 at 4:36 PM, Ian Cordasco
wrote:
> Hey Willy,
>
> Responses in-line:
>
> On Tue, Jul 7, 2015 at 4:05 AM, Willy Wu via code-quality
> wrote:
> > Hey all,
> >
> > We use flake8 at Dropbox and are pretty happy with i
Hey all,
We use flake8 at Dropbox and are pretty happy with it. But one small issue
is the way that flake8 configuration gets discovered. We use the
per-project configuration via setup.cfg files which are checked into source
control, but flake8 only considers the first setup.cfg in the directory