<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/docs/source/user, branch 3.8.0a2</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>Support pyflakes 2.2.x</title>
<updated>2020-04-11T22:00:52+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-04-11T01:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=76eeccad89ac83d7049ec7ebb10776609f7a103d'/>
<id>76eeccad89ac83d7049ec7ebb10776609f7a103d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2020-03-25T20:29:47+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@gmail.com</email>
</author>
<published>2020-03-25T20:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=9a481c186ecb84f06a9a87eeb0630a4759f5a3a0'/>
<id>9a481c186ecb84f06a9a87eeb0630a4759f5a3a0</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 'document_before_after' into 'master'</title>
<updated>2020-01-16T22:58:19+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-01-16T22:58:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=6223dd8ab7b268537164cb3d76bec21ea57fefb9'/>
<id>6223dd8ab7b268537164cb3d76bec21ea57fefb9</id>
<content type='text'>
document that contents may appear before/after a noqa comment

Closes #528

See merge request pycqa/flake8!407</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
document that contents may appear before/after a noqa comment

Closes #528

See merge request pycqa/flake8!407</pre>
</div>
</content>
</entry>
<entry>
<title>document that contents may appear before/after a noqa comment</title>
<updated>2020-01-16T22:55:23+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-01-16T22:55:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=b3f54c3f127611161c7175561f8e78302bee5ab0'/>
<id>b3f54c3f127611161c7175561f8e78302bee5ab0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some typo fixes in git hooks docs</title>
<updated>2020-01-16T19:28:43+00:00</updated>
<author>
<name>Sorin Sbarnea</name>
<email>ssbarnea@redhat.com</email>
</author>
<published>2020-01-16T19:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=581a8b759b610042a90ba36c33c7aa313d9e3dc5'/>
<id>581a8b759b610042a90ba36c33c7aa313d9e3dc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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://git.baserock.org/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>options: Remove parsing `--verbose` from the configuration file</title>
<updated>2019-10-12T13:25:50+00:00</updated>
<author>
<name>Eric N. Vander Weele</name>
<email>ericvw@gmail.com</email>
</author>
<published>2019-10-12T10:30:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=601702294270dd34aa5f7f19abe1dfead911fee9'/>
<id>601702294270dd34aa5f7f19abe1dfead911fee9</id>
<content type='text'>
The `--verbose` option is only used by `flake8`, itself,` when parsing
and handling preliminary options.  After parsing and merging options
from the configuration file, there is no other behavioral impact to the
core of `flake8`.  In other words, setting `verbose = ...` in a
configuration file doesn't change the logging verbosity.

While the `FileProcessor` does expose a `verbose` attribute, obtained
from the parsed options, the verbosity of the core of `flake8` should be
consistent with how a plugin may respond to the attribute's value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `--verbose` option is only used by `flake8`, itself,` when parsing
and handling preliminary options.  After parsing and merging options
from the configuration file, there is no other behavioral impact to the
core of `flake8`.  In other words, setting `verbose = ...` in a
configuration file doesn't change the logging verbosity.

While the `FileProcessor` does expose a `verbose` attribute, obtained
from the parsed options, the verbosity of the core of `flake8` should be
consistent with how a plugin may respond to the attribute's value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document priority of configuration files and command line</title>
<updated>2019-08-07T09:31:14+00:00</updated>
<author>
<name>peterjc</name>
<email>p.j.a.cock@googlemail.com</email>
</author>
<published>2019-08-07T09:31:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=9e97143e49687e0e1fb4e5eec8930aa0107d9c2b'/>
<id>9e97143e49687e0e1fb4e5eec8930aa0107d9c2b</id>
<content type='text'>
Closes issue 560.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes issue 560.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix incorrect error string in documentation</title>
<updated>2019-07-19T22:56:05+00:00</updated>
<author>
<name>Markus Gerstel</name>
<email>markus.gerstel@diamond.ac.uk</email>
</author>
<published>2019-07-19T22:54:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=ce26d89cbf1ed418f69a2f16446eb592923e545d'/>
<id>ce26d89cbf1ed418f69a2f16446eb592923e545d</id>
<content type='text'>
In merge request !300 the description of F631 was accidentally used for
F633.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In merge request !300 the description of F631 was accidentally used for
F633.
</pre>
</div>
</content>
</entry>
<entry>
<title>support extend-exclude Fixes #535</title>
<updated>2019-07-08T20:12:47+00:00</updated>
<author>
<name>Thomas Grainger</name>
<email>tagrain@gmail.com</email>
</author>
<published>2019-07-08T20:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=9ba6677c4ae4248b0f31d861a608db2efcc2679a'/>
<id>9ba6677c4ae4248b0f31d861a608db2efcc2679a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
