<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/src/flake8, branch 3.8.3</title>
<subtitle>gitlab.com: pycqa/flake8.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/'/>
<entry>
<title>Release 3.8.3</title>
<updated>2020-06-08T19:27:04+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-06-08T19:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=181bb46098dddf7e2d45319ea654b4b4d58c2840'/>
<id>181bb46098dddf7e2d45319ea654b4b4d58c2840</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Help clarify the option behaviour</title>
<updated>2020-06-07T12:32:43+00:00</updated>
<author>
<name>msmetko</name>
<email>marijansmetko123@gmail.com</email>
</author>
<published>2020-06-07T12:32:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=e817c63ab155d296cc3f1d2d118cb0773671565b'/>
<id>e817c63ab155d296cc3f1d2d118cb0773671565b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix JobsArgument --help output</title>
<updated>2020-06-05T13:25:57+00:00</updated>
<author>
<name>Ruairidh MacLeod</name>
<email>5160559+rkm@users.noreply.github.com</email>
</author>
<published>2020-06-05T13:18:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=9b8f90831426ff518b16787ab31107c38f97d819'/>
<id>9b8f90831426ff518b16787ab31107c38f97d819</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>processor: Catch SyntaxError also when generating tokens for a file</title>
<updated>2020-06-02T18:38:44+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2020-06-02T13:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=a68d4d01722bfbf0ec2179383acc13a7d87eb499'/>
<id>a68d4d01722bfbf0ec2179383acc13a7d87eb499</id>
<content type='text'>
`tokenize.generate_tokens()` can also raise `SyntaxError` in addition to
`tokenize.TokenError`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`tokenize.generate_tokens()` can also raise `SyntaxError` in addition to
`tokenize.TokenError`.
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
