<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/src/flake8, 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>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>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>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>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>
<entry>
<title>Release 3.8.1</title>
<updated>2020-05-12T05:29:53+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-05-12T05:29:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=f94e0095fd58ddbd6bb16e5c71fb964b74914308'/>
<id>f94e0095fd58ddbd6bb16e5c71fb964b74914308</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>options: Forward `--output-file` to be reparsed for BaseFormatter</title>
<updated>2020-05-12T05:17:52+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2020-05-12T03:43:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=e6d8a90e5d6e9f3156a4adfcdb65a9fb1d12788f'/>
<id>e6d8a90e5d6e9f3156a4adfcdb65a9fb1d12788f</id>
<content type='text'>
This fixes a regression introduced in daca2c8 and b14d47b.

The --output-file` option was consumed by the preliminary option parser.
However, the `BaseFormatter` class needs the option for setting the
output filename.  This special cases this option to ensure it gets
re-parsed and respected when specified on the CLI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a regression introduced in daca2c8 and b14d47b.

The --output-file` option was consumed by the preliminary option parser.
However, the `BaseFormatter` class needs the option for setting the
output filename.  This special cases this option to ensure it gets
re-parsed and respected when specified on the CLI.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 3.8.0</title>
<updated>2020-05-11T20:42:34+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-05-11T20:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=b4d285019210ccdb5d526e64c281db64e5316d6c'/>
<id>b4d285019210ccdb5d526e64c281db64e5316d6c</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 'exclude_dotfiles' into 'master'</title>
<updated>2020-05-07T19:38:30+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-05-07T19:38:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=03c7dd3a8d3624188a2f18e6e630f44b453847d8'/>
<id>03c7dd3a8d3624188a2f18e6e630f44b453847d8</id>
<content type='text'>
Fix using --exclude=.* to not match `.` and `..`

Closes #632

See merge request pycqa/flake8!424</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix using --exclude=.* to not match `.` and `..`

Closes #632

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