On Wed, Mar 18, 2015 at 12:17 AM, Ian Lee <ianlee1...@gmail.com> wrote:

> Hi All --
>
> I just pushed a commit [1] to the pep8 repo that contains what I hope is a
> fix for the issues with pep8 / flake8 config files that arose from the way
> that pep8 #368 was handled, e.g. [2] (I think, I'm getting 500 errors when
> I try to few issues on the flake8 repo, but I'm hoping that is transient).
>
> This led to flake8 2.4.0 pinning to pep8 < 1.6 in it's latest release [3].
>
> I'm hoping that folks can test out there configurations and ways of
> running flake8 / pep8 with various configuration files (user and project
> specific configs) and please report any issues to me.
>
> Thanks in advance!
>
> [1]
> https://github.com/jcrocholl/pep8/commit/435d1cbf995a659a82d1d4b42d25e3459556ef21
> [2] https://gitlab.com/pycqa/flake8/issues/35
> [3] https://pypi.python.org/pypi/flake8/2.4.0
>
> ~ Ian Lee
>
> _______________________________________________
> code-quality mailing list
> code-quality@python.org
> https://mail.python.org/mailman/listinfo/code-quality
>
>
Hey Ian,

Thanks for working on this. Looking at
https://github.com/jcrocholl/pep8/compare/1.5.7...435d1cbf995a659a82d1d4b42d25e3459556ef21
it's not identical to 1.5.7. By default options.config_file was previously
None. So the USER_CONFIG wasn't checked/loaded first (
https://github.com/jcrocholl/pep8/compare/1.5.7...435d1cbf995a659a82d1d4b42d25e3459556ef21#diff-429d64b260de27fe3688921a1592b3f6R1987).
Am I missing logic where options.config was changed to default to
USER_CONFIG? (I know the binding was previously called user_conf, but I'm
not entirely convinced this is doing the same thing in effect.)

Cheers,
Ian
_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to