Attaching a patch to get you started.
Apply it:
`patch -p1 -i E502.diff`
--
Ticket URL: <https://code.djangoproject.com/ticket/21267>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Old description:
> To find errors: `flake8 --select=E502`
>
> Attaching a patch to get you started.
>
> Apply it:
>
> `patch -p1 -i E502.diff`
New description:
To find errors: `flake8
--exclude=./django/utils/dictconfig.py,./django/contrib/comments/*,./django/utils/unittest.py,./tests/comment_tests/*,./django/test/_doctest.py
--select=E502`
Attaching a patch to get you started.
Apply it:
`patch -p1 -i E502.diff`
--
--
Ticket URL: <https://code.djangoproject.com/ticket/21267#comment:1>
Old description:
> To find errors: `flake8
> --exclude=./django/utils/dictconfig.py,./django/contrib/comments/*,./django/utils/unittest.py,./tests/comment_tests/*,./django/test/_doctest.py
> --select=E502`
>
> Attaching a patch to get you started.
>
> Apply it:
>
> `patch -p1 -i E502.diff`
New description:
To find errors, ensure you have an up-to-date master with the flake8
config in setup.cfg, then remove E502 from the ignore list there. You can
then run `flake8` from the directory with setup.cfg in it to list all
errors.
Attaching an example patch to get you started.
Apply it, if you'd like:
`patch -p1 -i E502.diff`
--
--
Ticket URL: <https://code.djangoproject.com/ticket/21267#comment:2>
* owner: nobody => alasdair
* status: new => assigned
Comment:
Pull request https://github.com/django/django/pull/1767
--
Ticket URL: <https://code.djangoproject.com/ticket/21267#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"65d1d65d52a87bba22845bcb7c3c921a8789ec19"]:
{{{
#!CommitTicketReference repository=""
revision="65d1d65d52a87bba22845bcb7c3c921a8789ec19"
Fixed #21267 -- Fixed E502 pep8 warnings
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21267#comment:4>