<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/src, branch main</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>include the file path in the plugin execution error</title>
<updated>2022-01-24T01:41:32+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2022-01-24T01:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=d2333c4471754355641ca4fa78295dd0dcf6b2f1'/>
<id>d2333c4471754355641ca4fa78295dd0dcf6b2f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1541 from PyCQA/unused-function</title>
<updated>2022-01-24T00:39:25+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2022-01-24T00:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=9de288a22f5fbe6726701a5776f97f777d5db410'/>
<id>9de288a22f5fbe6726701a5776f97f777d5db410</id>
<content type='text'>
remove function made unused by off_by_default refactor</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove function made unused by off_by_default refactor</pre>
</div>
</content>
</entry>
<entry>
<title>remove unused parameter from make_formatter</title>
<updated>2022-01-24T00:33:21+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2022-01-24T00:25:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=f0f71fc1796a3f30f218b63587f3970ce023ee54'/>
<id>f0f71fc1796a3f30f218b63587f3970ce023ee54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove function made unused by off_by_default refactor</title>
<updated>2022-01-24T00:27:18+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2022-01-24T00:27:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=72a02b9fdc5c4e30bfa14bf0f9a30ceb4a06cfb2'/>
<id>72a02b9fdc5c4e30bfa14bf0f9a30ceb4a06cfb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change keyword_arguments_for so it does not modify and return</title>
<updated>2022-01-24T00:06:06+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2022-01-24T00:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=f9eb0fd6eaa3b2b7c01e77c11392218a418123a5'/>
<id>f9eb0fd6eaa3b2b7c01e77c11392218a418123a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove triple logged stacktrace on unknown plugin args</title>
<updated>2022-01-23T23:32:28+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2022-01-23T23:32:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=9343a993f616d3062de088dc3171a6d2ad4b4117'/>
<id>9343a993f616d3062de088dc3171a6d2ad4b4117</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove `log_token` and `EXTRA_VERBOSE`</title>
<updated>2022-01-23T23:08:58+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2022-01-23T23:02:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=929cf5dfd3cf269e4eff1b46dd28bd19d15bcdee'/>
<id>929cf5dfd3cf269e4eff1b46dd28bd19d15bcdee</id>
<content type='text'>
- flake8 spent 5% of execution in `log_token`
- `EXTRA_VERBOSE` was only used by `log_token`
- `python -m tokenize` provides better debug token output
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- flake8 spent 5% of execution in `log_token`
- `EXTRA_VERBOSE` was only used by `log_token`
- `python -m tokenize` provides better debug token output
</pre>
</div>
</content>
</entry>
<entry>
<title>use the actual line contents when processing physical lines</title>
<updated>2022-01-22T20:27:53+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2022-01-22T20:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=23a60dd9028f35c9f0bb95913cc9dc639b1d43c3'/>
<id>23a60dd9028f35c9f0bb95913cc9dc639b1d43c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add a --require-plugins option</title>
<updated>2022-01-22T19:08:32+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2022-01-22T18:58:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=d03b9c97cc34406f9329510e9359cec15ba66b36'/>
<id>d03b9c97cc34406f9329510e9359cec15ba66b36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>always use UTF-8 encoding when reading configuration</title>
<updated>2022-01-20T19:03:18+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2022-01-20T18:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=9d23faad6d934809ce42b0ce925d65c1b1a92091'/>
<id>9d23faad6d934809ce42b0ce925d65c1b1a92091</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
