<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git, 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>Merge pull request #1543 from asottile/filename-in-execution-error</title>
<updated>2022-01-24T01:44:19+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2022-01-24T01:44:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=f178bd340d32289a3cc7c9fdde356de7f6f23341'/>
<id>f178bd340d32289a3cc7c9fdde356de7f6f23341</id>
<content type='text'>
include the file path in the plugin execution error</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
include the file path in the plugin execution error</pre>
</div>
</content>
</entry>
<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 #1542 from PyCQA/mccabe_0_7_0</title>
<updated>2022-01-24T01:23:41+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2022-01-24T01:23:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=e704ab4d4405fde784aeecde47f563900f5f8dfd'/>
<id>e704ab4d4405fde784aeecde47f563900f5f8dfd</id>
<content type='text'>
upgrade mccabe to 0.7.0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
upgrade mccabe to 0.7.0</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade mccabe to 0.7.0</title>
<updated>2022-01-24T01:17:37+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2022-01-24T01:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=86bdc0dbc813aec27857fc06a703275896439c0d'/>
<id>86bdc0dbc813aec27857fc06a703275896439c0d</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>Merge pull request #1540 from asottile/unused-param</title>
<updated>2022-01-24T00:38:47+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2022-01-24T00:38:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=69eb576dd57ebd2eedb2b689b8bf85543459abb5'/>
<id>69eb576dd57ebd2eedb2b689b8bf85543459abb5</id>
<content type='text'>
remove unused parameter from make_formatter</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove unused parameter from make_formatter</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>Merge pull request #1539 from PyCQA/no-modify-and-return</title>
<updated>2022-01-24T00:10:56+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2022-01-24T00:10:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=4d06caab0064197fb4204de618e5421d5b8c7f24'/>
<id>4d06caab0064197fb4204de618e5421d5b8c7f24</id>
<content type='text'>
change keyword_arguments_for so it does not modify and return</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
change keyword_arguments_for so it does not modify and return</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>
</feed>
