From b50016fe89bbdc264c4fb68bd72e8e95e2c3d185 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 24 Nov 2022 18:10:07 -0500 Subject: [PATCH] Regenerate README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9bf1856830..766f02a047 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,7 @@ For more, see [Pyflakes](https://pypi.org/project/pyflakes/2.5.0/) on PyPI. | F405 | ImportStarUsage | `...` may be undefined, or defined from star imports: `...` | | | F406 | ImportStarNotPermitted | `from ... import *` only allowed at module level | | | F407 | FutureFeatureNotDefined | Future feature `...` is not defined | | +| F521 | StringDotFormatInvalidFormat | '...'.format(...) has invalid format string: ... | | | F541 | FStringMissingPlaceholders | f-string without any placeholders | | | F601 | MultiValueRepeatedKeyLiteral | Dictionary key literal repeated | | | F602 | MultiValueRepeatedKeyVariable | Dictionary key `...` repeated | |