<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/src, 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>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>config: Determine path to user configuration immediately</title>
<updated>2020-01-20T21:54:50+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2020-01-20T21:42:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=aab1f14375d7e0d4d059536e0f53b420d6cec470'/>
<id>aab1f14375d7e0d4d059536e0f53b420d6cec470</id>
<content type='text'>
Preemptively determine the path of the user configuration file during
the construction of the `ConfigFileFinder` object.  The user
configuration path will always be the same, regardless of when it gets
obtained by a run of `flake8`.

This isolates the logic of determining the user configuration path into
a static helper method to be called to set the `.user_config_file`
attribute.  The helper method leverages `utils.is_windows()`, instead of
reimplementing the check, and decomposes clearly the directory name and
the base name to construct the path with a single `return` path.
Additionally, this avoids reconstructing the path on demand of obtaining
the user configuration file path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preemptively determine the path of the user configuration file during
the construction of the `ConfigFileFinder` object.  The user
configuration path will always be the same, regardless of when it gets
obtained by a run of `flake8`.

This isolates the logic of determining the user configuration path into
a static helper method to be called to set the `.user_config_file`
attribute.  The helper method leverages `utils.is_windows()`, instead of
reimplementing the check, and decomposes clearly the directory name and
the base name to construct the path with a single `return` path.
Additionally, this avoids reconstructing the path on demand of obtaining
the user configuration file path.
</pre>
</div>
</content>
</entry>
<entry>
<title>config: Remove checks for configs being previously parsed</title>
<updated>2020-01-20T17:53:49+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2020-01-20T17:50:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=716db1167e32072f2e9c1b64ace7e769b53859cc'/>
<id>716db1167e32072f2e9c1b64ace7e769b53859cc</id>
<content type='text'>
Remove the checks to see if a configuration file has already been seen
and parsed.  These checks aren't necessary because the entire run of
`flake8` calls these methods *only* once per configuration provided.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the checks to see if a configuration file has already been seen
and parsed.  These checks aren't necessary because the entire run of
`flake8` calls these methods *only* once per configuration provided.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'file_not_found_error' into 'master'</title>
<updated>2020-01-16T22:59:38+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-01-16T22:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=d583f051ed8ef047693956670f991692b5749318'/>
<id>d583f051ed8ef047693956670f991692b5749318</id>
<content type='text'>
Ensure that a not-found file produces an error

Closes #600

See merge request pycqa/flake8!404</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that a not-found file produces an error

Closes #600

See merge request pycqa/flake8!404</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'form_feed_difference' into 'master'</title>
<updated>2020-01-16T22:13:26+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-01-16T22:13:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=8f9f2813c3cde29703d8ec95b64fac0466037801'/>
<id>8f9f2813c3cde29703d8ec95b64fac0466037801</id>
<content type='text'>
split lines the same when read from stdin

Closes #270

See merge request pycqa/flake8!406</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
split lines the same when read from stdin

Closes #270

See merge request pycqa/flake8!406</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>Fix the type= warning to contain the option name</title>
<updated>2020-01-16T20:54:52+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-01-16T20:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=f4822d87833b12a96987f6d50911c78944b944b5'/>
<id>f4822d87833b12a96987f6d50911c78944b944b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that a not-found file produces an error</title>
<updated>2020-01-16T20:53:37+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-01-16T20:46:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=bfb79b46c807168dbc25fd1e9e41359c4558256f'/>
<id>bfb79b46c807168dbc25fd1e9e41359c4558256f</id>
<content type='text'>
- this restores a flake8 2.x behaviour that was lost in the refactor
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- this restores a flake8 2.x behaviour that was lost in the refactor
</pre>
</div>
</content>
</entry>
<entry>
<title>config: Make ConfigFileFinder 'extra_config_files' parameter optional</title>
<updated>2020-01-13T04:28:52+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2020-01-13T00:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=eb6698c420bc62e4069377f8112c96893d30dd85'/>
<id>eb6698c420bc62e4069377f8112c96893d30dd85</id>
<content type='text'>
This simplifies the number of required parameters needed for the
`ConfigFileFinder` object throughout the various tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This simplifies the number of required parameters needed for the
`ConfigFileFinder` object throughout the various tests.
</pre>
</div>
</content>
</entry>
<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>
</feed>
