<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/src/flake8/processor.py, 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>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>Allow noqa to apply to lines due to continuation</title>
<updated>2020-03-18T05:12:56+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-03-18T05:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=28797a57d882283c1c987b96655cc1e53aef060e'/>
<id>28797a57d882283c1c987b96655cc1e53aef060e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>split lines the same when read from stdin</title>
<updated>2020-01-16T22:10:33+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-01-16T22:06:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=32c7ebcd7b527a70e96906e3d995ab79a5c39464'/>
<id>32c7ebcd7b527a70e96906e3d995ab79a5c39464</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>application: Inline creation of config.ConfigFileFinder</title>
<updated>2019-12-03T18:21:01+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2019-12-01T17:59:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=9fa566398627ea5696cc9a526597c500e4278401'/>
<id>9fa566398627ea5696cc9a526597c500e4278401</id>
<content type='text'>
Simplify the initialization code path by invoking
`config.ConfigFileFinder` directly instead of the extra hop by calling
the static class-level `Application.make_config_finder()` method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify the initialization code path by invoking
`config.ConfigFileFinder` directly instead of the extra hop by calling
the static class-level `Application.make_config_finder()` method.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix codes</title>
<updated>2019-11-05T15:28:09+00:00</updated>
<author>
<name>Byeonghoon Yoo</name>
<email>bh322yoo@gmail.com</email>
</author>
<published>2019-11-05T15:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=705c16a2686ef561112854f180b7c79377049922'/>
<id>705c16a2686ef561112854f180b7c79377049922</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix lint error</title>
<updated>2019-11-05T13:16:18+00:00</updated>
<author>
<name>Byeonghoon Yoo</name>
<email>bh322yoo@gmail.com</email>
</author>
<published>2019-11-05T13:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=d23f77d06e8d12f961b23b7a5be0c24c62f1417e'/>
<id>d23f77d06e8d12f961b23b7a5be0c24c62f1417e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix should_ignore_file() to handle disable-noqa configuration</title>
<updated>2019-11-05T12:59:19+00:00</updated>
<author>
<name>Byeonghoon Yoo</name>
<email>bh322yoo@gmail.com</email>
</author>
<published>2019-11-05T12:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=dd411e95bcb52e3e85c028bc0d1f5158658fc19b'/>
<id>dd411e95bcb52e3e85c028bc0d1f5158658fc19b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add disable_noqa attribute to FileProcessor</title>
<updated>2019-11-05T12:54:24+00:00</updated>
<author>
<name>Byeonghoon Yoo</name>
<email>bh322yoo@gmail.com</email>
</author>
<published>2019-11-05T12:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=9a45593aae18b2bd8ae9e02e0ce4ee7147b570dd'/>
<id>9a45593aae18b2bd8ae9e02e0ce4ee7147b570dd</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 'specific_noqa_pycodestyle' into 'master'</title>
<updated>2019-10-28T16:51:09+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-10-28T16:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=7441c63de834e6a8b78479a84978c1d3de5f9a4b'/>
<id>7441c63de834e6a8b78479a84978c1d3de5f9a4b</id>
<content type='text'>
Do not pass `noqa` to plugins, have flake8 decide whether to report

Closes #552

See merge request pycqa/flake8!331</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not pass `noqa` to plugins, have flake8 decide whether to report

Closes #552

See merge request pycqa/flake8!331</pre>
</div>
</content>
</entry>
<entry>
<title>Don't reset indent_char when we encounter E101</title>
<updated>2019-09-24T20:54:32+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-09-24T20:53:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=fdcec2803a3d2e340b109996c62a7af898e87a99'/>
<id>fdcec2803a3d2e340b109996c62a7af898e87a99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
