<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/docs/source/user/invocation.rst, branch new_namedtuple</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>Add .nox to default exclude list</title>
<updated>2021-11-08T01:39:16+00:00</updated>
<author>
<name>Scott Barlow</name>
<email>31610422+Spectre5@users.noreply.github.com</email>
</author>
<published>2021-11-08T01:39:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=163814547db98dcd26f537a5cba44277558aa6e1'/>
<id>163814547db98dcd26f537a5cba44277558aa6e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --extend-select command line argument</title>
<updated>2021-04-11T18:40:53+00:00</updated>
<author>
<name>Frank Winklmeier</name>
<email>fwinkl@users.noreply.github.com</email>
</author>
<published>2021-04-10T12:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=f98afbf7d9b46a6c87a816d7459df1ba622498e0'/>
<id>f98afbf7d9b46a6c87a816d7459df1ba622498e0</id>
<content type='text'>
Implement `--extend-select` command line argument following what was
done for `--extend-ignore` in !233. This option can be used to
selectively add individual codes without overriding the default list
entirely.

Addresses the remaining item of issue #1061.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement `--extend-select` command line argument following what was
done for `--extend-ignore` in !233. This option can be used to
selectively add individual codes without overriding the default list
entirely.

Addresses the remaining item of issue #1061.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #35 from sambrightman/document-exclude-default</title>
<updated>2021-04-04T04:42:57+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2021-04-04T04:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=97134d5a32e6d02413043a45618068146ad1612b'/>
<id>97134d5a32e6d02413043a45618068146ad1612b</id>
<content type='text'>
Update documentation of default excludes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update documentation of default excludes</pre>
</div>
</content>
</entry>
<entry>
<title>some manual python2 metadata cleanup</title>
<updated>2021-03-31T00:37:12+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2021-03-30T00:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=8cc3fc01e8d06b2eb6fa59332b598b2c638a4d40'/>
<id>8cc3fc01e8d06b2eb6fa59332b598b2c638a4d40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation of default excludes</title>
<updated>2019-02-25T22:43:05+00:00</updated>
<author>
<name>Sam Brightman</name>
<email>sam.brightman@gmail.com</email>
</author>
<published>2019-02-25T22:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=4729e8ee85c3609a08b30e79255502d079ca87c4'/>
<id>4729e8ee85c3609a08b30e79255502d079ca87c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docs for --isolated flag</title>
<updated>2018-09-10T02:22:58+00:00</updated>
<author>
<name>Sargun Vohra</name>
<email>sargun.vohra@gmail.com</email>
</author>
<published>2018-09-10T02:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=21531962bfb0dc9a915d93a7ee87748f97551a75'/>
<id>21531962bfb0dc9a915d93a7ee87748f97551a75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement --extend-ignore</title>
<updated>2018-05-16T06:50:26+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2018-05-13T20:54:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=e520c2d936133c68369782e48cdb9f39d4f67dc1'/>
<id>e520c2d936133c68369782e48cdb9f39d4f67dc1</id>
<content type='text'>
Refs #365
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #365
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --tee option to split report output stream.</title>
<updated>2016-07-26T13:57:13+00:00</updated>
<author>
<name>Martin Domke</name>
<email>mdomke@jackbird.local</email>
</author>
<published>2016-07-26T13:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=c782060a0620135b01eb64e15508cca581cb09be'/>
<id>c782060a0620135b01eb64e15508cca581cb09be</id>
<content type='text'>
The --tee option allows the linter report to be written to stdout, even
though it is being redirected to a file with the --output-file option.
This is useful if I want to store the report in a separate file for later
analysis but also be able to print the output on screen (e.g when running
in a CI environment).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The --tee option allows the linter report to be written to stdout, even
though it is being redirected to a file with the --output-file option.
This is useful if I want to store the report in a separate file for later
analysis but also be able to print the output on screen (e.g when running
in a CI environment).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing - to sub-directories</title>
<updated>2016-06-23T00:27:23+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-06-23T00:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=cae943bd446953aefe4facfa44d7f1f54da19d43'/>
<id>cae943bd446953aefe4facfa44d7f1f54da19d43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use |Flake8| consistently throughout documentation</title>
<updated>2016-06-20T13:13:50+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-06-20T13:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/flake8.git/commit/?id=41277ff965b9083d898ad8c2c990f7c119a8a1ae'/>
<id>41277ff965b9083d898ad8c2c990f7c119a8a1ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
