<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/src/flake8/main, branch pre_commit_config</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>Replace setuptools with entrypoints</title>
<updated>2018-11-05T19:08:37+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2018-11-05T19:06:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=ff15ba0865c396688ac3254b6401beed501496f4'/>
<id>ff15ba0865c396688ac3254b6401beed501496f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>Merge branch 'fix-doc-for-isolated' into 'master'</title>
<updated>2018-10-20T12:10:23+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2018-10-20T12:10:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=a2b7a7e4c590d73acc77a17ff8b0450e3b9b81d8'/>
<id>a2b7a7e4c590d73acc77a17ff8b0450e3b9b81d8</id>
<content type='text'>
Fix docs for --isolated flag

See merge request pycqa/flake8!247</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix docs for --isolated flag

See merge request pycqa/flake8!247</pre>
</div>
</content>
</entry>
<entry>
<title>Defer setuptools import to save ~60ms on startup</title>
<updated>2018-10-15T04:50:24+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2018-10-15T04:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=6a610cb5d6e108dfa9c72809da04256d9b7236c9'/>
<id>6a610cb5d6e108dfa9c72809da04256d9b7236c9</id>
<content type='text'>
(I ran this 5 times and picked a median result)

### before

```console
$ time flake8 --help &gt; /dev/null

real    0m0.221s
user    0m0.199s
sys     0m0.020s
```

### after

```console
$ time flake8 --help &gt; /dev/null

real    0m0.169s
user    0m0.144s
sys     0m0.020s
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(I ran this 5 times and picked a median result)

### before

```console
$ time flake8 --help &gt; /dev/null

real    0m0.221s
user    0m0.199s
sys     0m0.020s
```

### after

```console
$ time flake8 --help &gt; /dev/null

real    0m0.169s
user    0m0.144s
sys     0m0.020s
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docs for --isolated flag</title>
<updated>2018-09-10T02:22:58+00:00</updated>
<author>
<name>Sargun Vohra</name>
<email>sargun.vohra@gmail.com</email>
</author>
<published>2018-09-10T02:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=21531962bfb0dc9a915d93a7ee87748f97551a75'/>
<id>21531962bfb0dc9a915d93a7ee87748f97551a75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation links to latest Python 3 documentation</title>
<updated>2018-06-10T18:23:28+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-06-10T18:23:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=3d394b1ab033ef1bd8202470ab7ff8db65cc849f'/>
<id>3d394b1ab033ef1bd8202470ab7ff8db65cc849f</id>
<content type='text'>
The URL https://docs.python.org/3/ is actively maintained and updated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The URL https://docs.python.org/3/ is actively maintained and updated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement --extend-ignore</title>
<updated>2018-05-16T06:50:26+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2018-05-13T20:54:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=e520c2d936133c68369782e48cdb9f39d4f67dc1'/>
<id>e520c2d936133c68369782e48cdb9f39d4f67dc1</id>
<content type='text'>
Refs #365
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #365
</pre>
</div>
</content>
</entry>
<entry>
<title>Move all uses of `pool` inside `run_parallel()`.</title>
<updated>2018-03-03T04:49:31+00:00</updated>
<author>
<name>Craig Silverstein</name>
<email>csilvers@khanacademy.org</email>
</author>
<published>2018-03-03T04:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=a5573fc8643de1df2bfe7429c81fcb0de42bd784'/>
<id>a5573fc8643de1df2bfe7429c81fcb0de42bd784</id>
<content type='text'>
This includes creating the pool, tearing it down under normal use, and
tearing it down in case of exception.

Doing this makes it harder to leak processes, as for instance was
happening in #410.

Fixes #410
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This includes creating the pool, tearing it down under normal use, and
tearing it down in case of exception.

Doing this makes it harder to leak processes, as for instance was
happening in #410.

Fixes #410
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'isort-fix' into 'master'</title>
<updated>2018-01-01T00:53:56+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2018-01-01T00:53:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=0c7de6df55ee36cf6b40ef5f2b4c346dd68ee605'/>
<id>0c7de6df55ee36cf6b40ef5f2b4c346dd68ee605</id>
<content type='text'>
fix for flake8-isort

See merge request pycqa/flake8!215</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix for flake8-isort

See merge request pycqa/flake8!215</pre>
</div>
</content>
</entry>
</feed>
