Skip to content

Commit

Permalink
Update content - 2024-07-31T10:19:29+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Jul 31, 2024
1 parent a578f97 commit a4e871a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 6 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: 30 Jul 2024*
*Last Updated: 31 Jul 2024*

----

Expand Down
Binary file modified data/eps.json.zip
Binary file not shown.
1 change: 1 addition & 0 deletions data/f8.list
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ flake8-implicit-str-concat
flake8-import-as-module
flake8-import-conventions
flake8-import-graph
flake8-import-guard
flake8-import-linter
flake8-import-order
flake8-import-order-fuzeman
Expand Down
1 change: 1 addition & 0 deletions data/f8_active.list
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ flake8-f-string
flake8-forelse
flake8-formatter-vscodepath
flake8-holvi
flake8-import-guard
flake8-inflammatory-jargon-checker
flake8-keyword-arguments
flake8-kw-only-args
Expand Down
Binary file modified data/rss.json.zip
Binary file not shown.
10 changes: 9 additions & 1 deletion 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>Tue, 30 Jul 2024 10:20:53 +0000</lastBuildDate>
<lastBuildDate>Wed, 31 Jul 2024 10:19:21 +0000</lastBuildDate>
<item>
<title>New: flake8-import-guard (0.1.6)</title>
<link>https://pypi.org/project/flake8-import-guard</link>
<description>Flake8 plugin to enforce import restrictions in Python projects.</description>
<author>brian.skinn@gmail.com (Brian Skinn)</author>
<guid isPermaLink="false">https://github.com/bskinn/flake8-bot-1722421159-flake8-import-guard</guid>
<pubDate>Wed, 31 Jul 2024 10:19:19 +0000</pubDate>
</item>
<item>
<title>Updated: flake8-override (0.0.4)</title>
<link>https://pypi.org/project/flake8-override</link>
Expand Down
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: 30 Jul 2024*
*Last Updated: 31 Jul 2024*

Package|Entry Point
-|-
Expand Down
3 changes: 2 additions & 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: 30 Jul 2024*
*Last Updated: 31 Jul 2024*

Entry Point|Package
-|-
Expand Down Expand Up @@ -68,6 +68,7 @@ CM00|[flake8-comments](https://pypi.org/project/flake8-comments)
CMA|[flake8-tuple-trailing-commas](https://pypi.org/project/flake8-tuple-trailing-commas)
CMP|[flake8-no-nested-comprehensions](https://pypi.org/project/flake8-no-nested-comprehensions)
CNL100|[flake8-class-newline](https://pypi.org/project/flake8-class-newline)
CPE|[flake8-import-guard](https://pypi.org/project/flake8-import-guard)
CS|[flake8-qa-style](https://pypi.org/project/flake8-qa-style)
CSM1|[flake8-classmethod-staticmethod](https://pypi.org/project/flake8-classmethod-staticmethod)
D|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)
Expand Down
3 changes: 2 additions & 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: 30 Jul 2024*
*Last Updated: 31 Jul 2024*

Package|Entry Point
-|-
Expand Down Expand Up @@ -150,6 +150,7 @@ Package|Entry Point
[flake8-import-as-module](https://pypi.org/project/flake8-import-as-module)|IM
[flake8-import-conventions](https://pypi.org/project/flake8-import-conventions)|IC
[flake8-import-graph](https://pypi.org/project/flake8-import-graph)|IMP
[flake8-import-guard](https://pypi.org/project/flake8-import-guard)|CPE
[flake8-import-linter](https://pypi.org/project/flake8-import-linter)|IMP
[flake8-import-order](https://pypi.org/project/flake8-import-order)|I
[flake8-import-relative-two](https://pypi.org/project/flake8-import-relative-two)|IRT1
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: 30 Jul 2024*
*Last Updated: 31 Jul 2024*


**Sorted by Entry Point**
Expand Down

0 comments on commit a4e871a

Please sign in to comment.