<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git, branch 3.8.2</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>Release 3.8.2</title>
<updated>2020-05-22T22:36:22+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-05-22T22:34:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=40716454a285b7a3f63c398f78106fafd5c668e7'/>
<id>40716454a285b7a3f63c398f78106fafd5c668e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'extend_exclude_is_files' into 'master'</title>
<updated>2020-05-21T23:44:49+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-05-21T23:44:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=b9fe4d601cb620e89e72c163de7e90b27ebb7e36'/>
<id>b9fe4d601cb620e89e72c163de7e90b27ebb7e36</id>
<content type='text'>
treat --extend-exclude as a file list

Closes #653

See merge request pycqa/flake8!432</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
treat --extend-exclude as a file list

Closes #653

See merge request pycqa/flake8!432</pre>
</div>
</content>
</entry>
<entry>
<title>treat --extend-exclude as a file list</title>
<updated>2020-05-21T23:41:02+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-05-21T23:41:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=31c2f9f366f17e1fe7f638dd598dee67efe824b6'/>
<id>31c2f9f366f17e1fe7f638dd598dee67efe824b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'opt-config-relative-to' into 'master'</title>
<updated>2020-05-21T23:37:50+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-05-21T23:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=d95f9cf0febd41086f702740e87b4a59c2cbaefc'/>
<id>d95f9cf0febd41086f702740e87b4a59c2cbaefc</id>
<content type='text'>
Normalize paths in CLI-specified config relative to config file's directory

Closes #651

See merge request pycqa/flake8!431</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Normalize paths in CLI-specified config relative to config file's directory

Closes #651

See merge request pycqa/flake8!431</pre>
</div>
</content>
</entry>
<entry>
<title>config: Normalize paths in CLI-specified config relative to config dir</title>
<updated>2020-05-18T21:23:08+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2020-05-18T21:12:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=563220b711a294a90472c49a795bc5eb0dbce93a'/>
<id>563220b711a294a90472c49a795bc5eb0dbce93a</id>
<content type='text'>
Paths specified in configuration files should be relative to the
directory where the configuration file resides.  Formerly, paths were
normalized relative to the current working directory where `flake8` was
invoked.  The former behavior was not expected, especially for directory
structures with subprojects each having their own configuration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Paths specified in configuration files should be relative to the
directory where the configuration file resides.  Formerly, paths were
normalized relative to the current working directory where `flake8` was
invoked.  The former behavior was not expected, especially for directory
structures with subprojects each having their own configuration.
</pre>
</div>
</content>
</entry>
<entry>
<title>config: Normalize paths in config relative to provided parent directory</title>
<updated>2020-05-18T21:22:34+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2020-05-18T20:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=8be5a7294bcdc40248e483b8a1ca734471179eda'/>
<id>8be5a7294bcdc40248e483b8a1ca734471179eda</id>
<content type='text'>
This sets things up to support normalizing paths relative to parent
directories specified by callers who have more context for determining
what paths should be relative to.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This sets things up to support normalizing paths relative to parent
directories specified by callers who have more context for determining
what paths should be relative to.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into 'master'</title>
<updated>2020-05-13T20:29:34+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-05-13T20:29:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=c8494e7ac0d017d032edc0a402c569b2fddb8a7f'/>
<id>c8494e7ac0d017d032edc0a402c569b2fddb8a7f</id>
<content type='text'>
Parse --jobs as a custom argparse type. Fixes #567

Closes #567

See merge request pycqa/flake8!428</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parse --jobs as a custom argparse type. Fixes #567

Closes #567

See merge request pycqa/flake8!428</pre>
</div>
</content>
</entry>
<entry>
<title>Parse --jobs as a custom argparse type. Fixes #567</title>
<updated>2020-05-13T20:25:51+00:00</updated>
<author>
<name>Ruairidh MacLeod</name>
<email>5160559+rkm@users.noreply.github.com</email>
</author>
<published>2020-05-12T13:23:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=45573570cf706f8490cd631ee6f6a58bc41f8130'/>
<id>45573570cf706f8490cd631ee6f6a58bc41f8130</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'useless-sort' into 'master'</title>
<updated>2020-05-13T19:21:08+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-05-13T19:21:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=666be736e0a8632c217997201ef1117babf47c75'/>
<id>666be736e0a8632c217997201ef1117babf47c75</id>
<content type='text'>
Manager.run_parallel: Remove useless sort by (column, column)

See merge request pycqa/flake8!429</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Manager.run_parallel: Remove useless sort by (column, column)

See merge request pycqa/flake8!429</pre>
</div>
</content>
</entry>
<entry>
<title>Manager.run_parallel: Remove useless sort by (column, column)</title>
<updated>2020-05-13T05:54:06+00:00</updated>
<author>
<name>Anders Kaseorg</name>
<email>andersk@mit.edu</email>
</author>
<published>2020-05-13T05:52:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=f17de702a59c5c8683804e8929c9d69e3e3768e7'/>
<id>f17de702a59c5c8683804e8929c9d69e3e3768e7</id>
<content type='text'>
Manager.report later sorts the results correctly by (line, column).

Signed-off-by: Anders Kaseorg &lt;andersk@mit.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Manager.report later sorts the results correctly by (line, column).

Signed-off-by: Anders Kaseorg &lt;andersk@mit.edu&gt;
</pre>
</div>
</content>
</entry>
</feed>
