<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/flake8.git/src/flake8/options, branch pre_commit_config</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>Add support for per-file ignores in config</title>
<updated>2018-10-25T14:45:03+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2018-10-25T14:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=f2776107db605eb67362db00bc5e9ef2afa9f39e'/>
<id>f2776107db605eb67362db00bc5e9ef2afa9f39e</id>
<content type='text'>
This adds support for rules that ignore violation codes on a per-file
basis. This takes a similar functional approach to
https://github.com/snoack/flake8-per-file-ignores which allows for glob
patterns like the `--exclude` option.

Closes #156
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds support for rules that ignore violation codes on a per-file
basis. This takes a similar functional approach to
https://github.com/snoack/flake8-per-file-ignores which allows for glob
patterns like the `--exclude` option.

Closes #156
</pre>
</div>
</content>
</entry>
<entry>
<title>Use black to reformat Flake8</title>
<updated>2018-10-20T17:37:14+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2018-10-20T12:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=c58a4662d8920cf70ea688edd9eaf9d783a856a7'/>
<id>c58a4662d8920cf70ea688edd9eaf9d783a856a7</id>
<content type='text'>
Instead of just using Flake8 and pylint to keep Flake8 clean, let's also
use black to make it less manual for clean-up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of just using Flake8 and pylint to keep Flake8 clean, let's also
use black to make it less manual for clean-up.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use default comma-separated regex for local-plugin paths.</title>
<updated>2017-10-25T15:57:46+00:00</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2017-10-25T15:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=dd1e9d1cb7e9a232946c06aca1564d48d4d6f65e'/>
<id>dd1e9d1cb7e9a232946c06aca1564d48d4d6f65e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add paths option in local-plugins config file.</title>
<updated>2017-10-25T02:58:18+00:00</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2017-10-23T23:49:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=423980164b258b2ec77d8d9bfccb9bc00b220e31'/>
<id>423980164b258b2ec77d8d9bfccb9bc00b220e31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch UnicodeDecodeError while parsing config files</title>
<updated>2017-10-09T16:52:37+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2017-10-09T16:23:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=bbe8d6d6c6bb91363f2947f5c05edecb141074dc'/>
<id>bbe8d6d6c6bb91363f2947f5c05edecb141074dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow our local plugin parsing to accept commas</title>
<updated>2017-08-10T00:35:01+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2017-08-10T00:35:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=222f0a8115651eecc4f88933bb887068427e97bf'/>
<id>222f0a8115651eecc4f88933bb887068427e97bf</id>
<content type='text'>
By slightly modifying our utility function to parse comma separated
lists we can parse local plugins similar to other configuration options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By slightly modifying our utility function to parse comma separated
lists we can parse local plugins similar to other configuration options.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update our plugin registration for debugging</title>
<updated>2017-08-08T13:54:40+00:00</updated>
<author>
<name>Ian Stapleton Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2017-08-08T13:54:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=156f90369f007928f26c6a4980b1ac0cc0691e53'/>
<id>156f90369f007928f26c6a4980b1ac0cc0691e53</id>
<content type='text'>
This allows us to report whether or not a plugin is local when users
provide `flake8 --bug-report` output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to report whether or not a plugin is local when users
provide `flake8 --bug-report` output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't load local plugins from user config.</title>
<updated>2017-08-07T03:47:02+00:00</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2017-08-07T03:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=2cadc060d35a30a49d491331000ac57459d98be9'/>
<id>2cadc060d35a30a49d491331000ac57459d98be9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for local (in-repo, non-setuptools) plugins.</title>
<updated>2017-08-03T07:25:37+00:00</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2017-08-03T07:25:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=4e58068657ece52e3f1636cb028e42c15b86fec3'/>
<id>4e58068657ece52e3f1636cb028e42c15b86fec3</id>
<content type='text'>
Closes #357
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #357
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix quiet/verbose config problem</title>
<updated>2017-07-27T23:44:08+00:00</updated>
<author>
<name>Shinya Kawaguchi</name>
<email>rm.true.dev@gmail.com</email>
</author>
<published>2017-07-22T07:21:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/flake8.git/commit/?id=55e85b4b50a1d3ee89a2f803f33e2efdd677f4f8'/>
<id>55e85b4b50a1d3ee89a2f803f33e2efdd677f4f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
