Skip to content

Commit

Permalink
Update content - 2023-07-16T10:20:29+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Jul 16, 2023
1 parent ee779e6 commit d37d2d9
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 51 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If there are any flake8 plugins missing from these lists,
please open an issue (or PR) as well.


*Last Updated: 15 Jul 2023*
*Last Updated: 16 Jul 2023*

----

Expand Down
Binary file modified data/eps.json.zip
Binary file not shown.
6 changes: 1 addition & 5 deletions data/f8_active.list
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,19 @@ flake8-assert-finder
flake8-bbs
flake8-boto3-plugin
flake8-cgx
flake8-classmethod-staticmethod
flake8-cohesion
flake8-custom-indent
flake8-docstrings-catnado
flake8-drf
flake8-eol
flake8-errmsg
flake8-f-string
flake8-formatter-vscodepath
flake8-has-docstring
flake8-holvi
flake8-import-restrictions
flake8-inflammatory-jargon-checker
flake8-kw-only-args
flake8-logging-arg-count
flake8-match
flake8-multiline-conditionals-comprehensions
flake8-naming
flake8-num-positionl-args
flake8-numba
Expand All @@ -35,7 +31,7 @@ flake8-setuptools
flake8-time-sleep
flake8-tmbundle
flake8-trio
flake8-typing-collections
flake8-type-checking
flake8-unused-globals
flake82
flufl-flake8
Expand Down
Binary file modified data/rss.json.zip
Binary file not shown.
50 changes: 9 additions & 41 deletions feed/feed.rss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@
<link>https://github.com/bskinn/flake8-bot</link>
</image>
<language>en</language>
<lastBuildDate>Sat, 15 Jul 2023 10:20:49 +0000</lastBuildDate>
<lastBuildDate>Sun, 16 Jul 2023 10:20:20 +0000</lastBuildDate>
<item>
<title>Updated: flake8-type-checking (2.4.1)</title>
<link>https://pypi.org/project/flake8-type-checking</link>
<description>A flake8 plugin for managing type-checking imports &amp; forward references</description>
<author>brian.skinn@gmail.com (Brian Skinn)</author>
<guid isPermaLink="false">https://github.com/bskinn/flake8-bot-1689502818-flake8-type-checking</guid>
<pubDate>Sun, 16 Jul 2023 10:20:18 +0000</pubDate>
</item>
<item>
<title>Updated: flake8-classmethod-staticmethod (2)</title>
<link>https://pypi.org/project/flake8-classmethod-staticmethod</link>
Expand Down Expand Up @@ -414,45 +422,5 @@
<guid isPermaLink="false">https://github.com/bskinn/flake8-bot-1684232454-flake8-requirements</guid>
<pubDate>Tue, 16 May 2023 10:20:54 +0000</pubDate>
</item>
<item>
<title>Updated: autohooks-plugin-flake8 (23.5)</title>
<link>https://pypi.org/project/autohooks-plugin-flake8</link>
<description>An autohooks plugin for python code linting via flake8.</description>
<author>brian.skinn@gmail.com (Brian Skinn)</author>
<guid isPermaLink="false">https://github.com/bskinn/flake8-bot-1684232454-autohooks-plugin-flake8</guid>
<pubDate>Tue, 16 May 2023 10:20:54 +0000</pubDate>
</item>
<item>
<title>Updated: flake8-ban-utcnow (0.2)</title>
<link>https://pypi.org/project/flake8-ban-utcnow</link>
<description>flake8 plugin which bans the usage of datetime.datetime.utcnow and datetime.datetime.utcfromtimestamp</description>
<author>brian.skinn@gmail.com (Brian Skinn)</author>
<guid isPermaLink="false">https://github.com/bskinn/flake8-bot-1684146045-flake8-ban-utcnow</guid>
<pubDate>Mon, 15 May 2023 10:20:45 +0000</pubDate>
</item>
<item>
<title>Updated: tryceratops (2.1)</title>
<link>https://pypi.org/project/tryceratops</link>
<description>Prevent Exception Handling AntiPatterns</description>
<author>brian.skinn@gmail.com (Brian Skinn)</author>
<guid isPermaLink="false">https://github.com/bskinn/flake8-bot-1684059581-tryceratops</guid>
<pubDate>Sun, 14 May 2023 10:19:41 +0000</pubDate>
</item>
<item>
<title>Updated: types-flake8-plugin-utils (1.3.7.3)</title>
<link>https://pypi.org/project/types-flake8-plugin-utils</link>
<description>Typing stubs for flake8-plugin-utils</description>
<author>brian.skinn@gmail.com (Brian Skinn)</author>
<guid isPermaLink="false">https://github.com/bskinn/flake8-bot-1683800440-types-flake8-plugin-utils</guid>
<pubDate>Thu, 11 May 2023 10:20:40 +0000</pubDate>
</item>
<item>
<title>Updated: types-flake8-builtins (2.1.0.2)</title>
<link>https://pypi.org/project/types-flake8-builtins</link>
<description>Typing stubs for flake8-builtins</description>
<author>brian.skinn@gmail.com (Brian Skinn)</author>
<guid isPermaLink="false">https://github.com/bskinn/flake8-bot-1683800440-types-flake8-builtins</guid>
<pubDate>Thu, 11 May 2023 10:20:40 +0000</pubDate>
</item>
</channel>
</rss>
2 changes: 1 addition & 1 deletion mdbuild/bad_errorcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The packages listed here are configured with one or more `entry_points`
keyed to `flake8.extension`, but with entry-point names that do not
match the [required formatting](https://flake8.pycqa.org/en/latest/plugin-development/registering-plugins.html).

*Last Updated: 15 Jul 2023*
*Last Updated: 16 Jul 2023*

Package|Entry Point
-|-
Expand Down
2 changes: 1 addition & 1 deletion mdbuild/ec_sort.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The error codes listed here are mapped to packages configured with an `entry_poi
keyed to `flake8.extension`, and a
[properly-formatted entry-point name](https://flake8.pycqa.org/en/latest/plugin-development/registering-plugins.html).

*Last Updated: 15 Jul 2023*
*Last Updated: 16 Jul 2023*

Entry Point|Package
-|-
Expand Down
2 changes: 1 addition & 1 deletion mdbuild/pkg_sort.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The packages listed here are configured with one or more `entry_points`
keyed to `flake8.extension`, with
[properly-formatted entry-point names](https://flake8.pycqa.org/en/latest/plugin-development/registering-plugins.html).

*Last Updated: 15 Jul 2023*
*Last Updated: 16 Jul 2023*

Package|Entry Point
-|-
Expand Down
2 changes: 1 addition & 1 deletion mdbuild/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If any installed packages have identical entry point names,
the collision will result in only one formatter being available.


*Last Updated: 15 Jul 2023*
*Last Updated: 16 Jul 2023*


**Sorted by Entry Point**
Expand Down

0 comments on commit d37d2d9

Please sign in to comment.