<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/src/flake8/main, branch noqa_continuation</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>Remove unused 'cli_config' parameter</title>
<updated>2020-01-13T04:19:26+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2020-01-12T23:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=1e3bad20dd17981b66121d959b28faf6614edd7e'/>
<id>1e3bad20dd17981b66121d959b28faf6614edd7e</id>
<content type='text'>
Now that `ConfigFileFinder.config_file` attribute is used everywhere and
is constructed from the `--config` CLI option, the now unused
`cli_config` parameters can be safely removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that `ConfigFileFinder.config_file` attribute is used everywhere and
is constructed from the `--config` CLI option, the now unused
`cli_config` parameters can be safely removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>config: Add 'config_file' parameter to ConfigFileFinder</title>
<updated>2020-01-13T04:19:26+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2020-01-12T22:41:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=153032f778d609b206cbfdb56ddf27e6f46925c4'/>
<id>153032f778d609b206cbfdb56ddf27e6f46925c4</id>
<content type='text'>
The `--config` flag is passed into `MergedConfigParser.parse()` and the
module-level function `config.get_local_plugins()`.  Since both of these
places utilize the `ConfigFileFinder` object and the configuration file
override pertains to how configuration behaves, this incremental change
directly associates the `ConfigFileFinder` and the configuration file
override.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `--config` flag is passed into `MergedConfigParser.parse()` and the
module-level function `config.get_local_plugins()`.  Since both of these
places utilize the `ConfigFileFinder` object and the configuration file
override pertains to how configuration behaves, this incremental change
directly associates the `ConfigFileFinder` and the configuration file
override.
</pre>
</div>
</content>
</entry>
<entry>
<title>application: Remove stale docstring param for `.find_plugins()`</title>
<updated>2020-01-12T23:19:07+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2020-01-12T23:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=3010ab3fbd1dfbd2e163c60c8def5b6e092dedfc'/>
<id>3010ab3fbd1dfbd2e163c60c8def5b6e092dedfc</id>
<content type='text'>
The 'ignore_config_files' parameter was accidentally not removed in
c918e72.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'ignore_config_files' parameter was accidentally not removed in
c918e72.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused 'isolated' parameter</title>
<updated>2020-01-07T18:14:34+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2020-01-07T18:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=c918e7249699ab91ccbd6d69a898d19aa009c971'/>
<id>c918e7249699ab91ccbd6d69a898d19aa009c971</id>
<content type='text'>
Now that `ConfigFileFinder.ignore_config_files` attribute is used
everywhere and is constructed from the `--isolated` CLI option, the now
unused `isolated` parameters can be safely removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that `ConfigFileFinder.ignore_config_files` attribute is used
everywhere and is constructed from the `--isolated` CLI option, the now
unused `isolated` parameters can be safely removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>config: Add 'ignore_config_files' parameter to ConfigFileFinder</title>
<updated>2020-01-07T17:54:47+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2020-01-07T17:39:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=a5c17c1a19bd0478a8e7543d13cce8fdd30488f2'/>
<id>a5c17c1a19bd0478a8e7543d13cce8fdd30488f2</id>
<content type='text'>
The `--isolated` flag is passed into `MergedConfigParser.parse()` and
the module-level function `config.get_local_plugins()`.  Since both of
these places utilize the `ConfigFileFinder` object and isolation
pertains to how the `ConfigFileFinder` should behave with respect to
isolation, this incremental change more directly associates the
`ConfigFileFinder` and configuration file isolate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `--isolated` flag is passed into `MergedConfigParser.parse()` and
the module-level function `config.get_local_plugins()`.  Since both of
these places utilize the `ConfigFileFinder` object and isolation
pertains to how the `ConfigFileFinder` should behave with respect to
isolation, this incremental change more directly associates the
`ConfigFileFinder` and configuration file isolate.
</pre>
</div>
</content>
</entry>
<entry>
<title>aggregator: Forward  --config and --isolated options during aggregation</title>
<updated>2019-12-29T23:07:51+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2019-12-29T22:22:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=7f9f70064c50bbb6024fafed4568e0693f5640b5'/>
<id>7f9f70064c50bbb6024fafed4568e0693f5640b5</id>
<content type='text'>
This fixes a regression introduced in !346 to ensure that `--config` and
`--isolated` are recognized in `aggregate_options()`.

The regression manifested because `aggregate_options()` was relying on
re-parsing `argv` to obtain the option values.  However, !346 changed
the preliminary parsing logic to only parse and "eat" what is necessary
and forward along the options needed before all the configuration was
loaded.  This code path was overlooked because the tests in
`test_aggregator()` were passing but the call from the `Application`
object would never have these options in the remaining `argv` list to be
passed long.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a regression introduced in !346 to ensure that `--config` and
`--isolated` are recognized in `aggregate_options()`.

The regression manifested because `aggregate_options()` was relying on
re-parsing `argv` to obtain the option values.  However, !346 changed
the preliminary parsing logic to only parse and "eat" what is necessary
and forward along the options needed before all the configuration was
loaded.  This code path was overlooked because the tests in
`test_aggregator()` were passing but the call from the `Application`
object would never have these options in the remaining `argv` list to be
passed long.
</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 typos</title>
<updated>2019-12-02T15:38:48+00:00</updated>
<author>
<name>Brian Wignall</name>
<email>brianwignall@gmail.com</email>
</author>
<published>2019-12-02T15:38:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=591a2309409a6f509c45224bd102161243803ec7'/>
<id>591a2309409a6f509c45224bd102161243803ec7</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 'fix/exit-zero' into 'master'</title>
<updated>2019-12-02T06:25:27+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-12-02T06:25:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=1062be2643421797ea602f121d51c2b070e1cf18'/>
<id>1062be2643421797ea602f121d51c2b070e1cf18</id>
<content type='text'>
Fix --exit-zero when --diff is empty

See merge request pycqa/flake8!391</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix --exit-zero when --diff is empty

See merge request pycqa/flake8!391</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes --exit-zero when empty --diff</title>
<updated>2019-12-02T04:47:15+00:00</updated>
<author>
<name>Kinya TERASAKA</name>
<email>kinya.terasaka@visasq.com</email>
</author>
<published>2019-12-02T04:11:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=cc037338df79df6a1d693d70113033aac355cd77'/>
<id>cc037338df79df6a1d693d70113033aac355cd77</id>
<content type='text'>
fixes pycqa/flake8/merge_requests!137
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes pycqa/flake8/merge_requests!137
</pre>
</div>
</content>
</entry>
</feed>
