<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/src/flake8/style_guide.py, branch 3.7.6</title>
<subtitle>gitlab.com: pycqa/flake8.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/'/>
<entry>
<title>Remove noqa comments now that 3.7 has been released</title>
<updated>2019-02-01T04:12:23+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-02-01T04:12:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=3d5475123645fc327b02d622be5e270d1f960534'/>
<id>3d5475123645fc327b02d622be5e270d1f960534</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix performance regression with per-file-ignores</title>
<updated>2019-01-31T17:23:02+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-01-31T17:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=c85b282b05745a1b2a7392bbfa0e5489bf6c3ff7'/>
<id>c85b282b05745a1b2a7392bbfa0e5489bf6c3ff7</id>
<content type='text'>
With a large number of errors, filenames, and per-file-ignores the style guide
selection would take a significant portion of execution time
(python3 70% / python2 99.9%).

Caching the styleguide lookup by filename eliminates this bottleneck.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With a large number of errors, filenames, and per-file-ignores the style guide
selection would take a significant portion of execution time
(python3 70% / python2 99.9%).

Caching the styleguide lookup by filename eliminates this bottleneck.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix flake8 --statistics</title>
<updated>2019-01-30T22:39:24+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-01-30T22:39:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=b0ecf3d28f200721968c8013d72c7e3215c2de70'/>
<id>b0ecf3d28f200721968c8013d72c7e3215c2de70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix flake8 --diff</title>
<updated>2019-01-30T16:45:18+00:00</updated>
<author>
<name>Guillaume Lemaitre</name>
<email>g.lemaitre58@gmail.com</email>
</author>
<published>2019-01-30T16:45:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=763f68b6233380105cc2ae6565ce955ba7de6b8e'/>
<id>763f68b6233380105cc2ae6565ce955ba7de6b8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some lint / mypy fixes</title>
<updated>2019-01-24T10:15:25+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-01-24T10:14:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=3127d213f6dcc23e6f638d3e5c8cb9c10cac763a'/>
<id>3127d213f6dcc23e6f638d3e5c8cb9c10cac763a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support more syntaxes in per-file-ignores</title>
<updated>2019-01-08T03:35:41+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-01-08T00:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=9788b87c91d3f3429e5b1ca0da4b2261b92bb8c3'/>
<id>9788b87c91d3f3429e5b1ca0da4b2261b92bb8c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused and broken flake8.listen plugin type</title>
<updated>2018-12-28T00:55:15+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2018-12-28T00:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=be88d2639694da77d07a9075231a0bea2b8df3f5'/>
<id>be88d2639694da77d07a9075231a0bea2b8df3f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor to support the per-file-ignores</title>
<updated>2018-10-27T13:01:14+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2018-10-26T20:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=e09a22a416b61f242feb90d8a536286713d0ab7e'/>
<id>e09a22a416b61f242feb90d8a536286713d0ab7e</id>
<content type='text'>
Most of the problems with our logic were due to not having the same
logic as our exclude parameter. This refactors that out into a separate
function so we can confidently achieve that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of the problems with our logic were due to not having the same
logic as our exclude parameter. This refactors that out into a separate
function so we can confidently achieve that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for per-file ignores in config</title>
<updated>2018-10-25T14:45:03+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2018-10-25T14:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=f2776107db605eb67362db00bc5e9ef2afa9f39e'/>
<id>f2776107db605eb67362db00bc5e9ef2afa9f39e</id>
<content type='text'>
This adds support for rules that ignore violation codes on a per-file
basis. This takes a similar functional approach to
https://github.com/snoack/flake8-per-file-ignores which allows for glob
patterns like the `--exclude` option.

Closes #156
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds support for rules that ignore violation codes on a per-file
basis. This takes a similar functional approach to
https://github.com/snoack/flake8-per-file-ignores which allows for glob
patterns like the `--exclude` option.

Closes #156
</pre>
</div>
</content>
</entry>
<entry>
<title>Use black to reformat Flake8</title>
<updated>2018-10-20T17:37:14+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2018-10-20T12:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=c58a4662d8920cf70ea688edd9eaf9d783a856a7'/>
<id>c58a4662d8920cf70ea688edd9eaf9d783a856a7</id>
<content type='text'>
Instead of just using Flake8 and pylint to keep Flake8 clean, let's also
use black to make it less manual for clean-up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of just using Flake8 and pylint to keep Flake8 clean, let's also
use black to make it less manual for clean-up.
</pre>
</div>
</content>
</entry>
</feed>
