Bump pyflakes to 3.0.* (#9264)

Release: https://pypi.org/pypi/pyflakes/3.0.0
Homepage: https://github.com/PyCQA/pyflakes
Diff: https://github.com/PyCQA/pyflakes/compare/2.5.0...3.0.0

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 4 files included in typeshed's stubs have been modified or renamed: `pyflakes/__init__.py`, `pyflakes/api.py`, `pyflakes/checker.py`, `pyflakes/messages.py`.
 - Total lines of Python code added: 80.
 - Total lines of Python code deleted: 446.

Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
This commit is contained in:
github-actions[bot]
2022-11-24 11:40:41 -08:00
committed by GitHub
parent b3728f38f5
commit 5f5449bcdf
4 changed files with 8 additions and 18 deletions
+1 -1
View File
@@ -1,5 +1,4 @@
# These all have class-level defaults that differ from the instance attributes
pyflakes.messages.CommentAnnotationSyntaxError.message_args
pyflakes.messages.DuplicateArgument.message_args
pyflakes.messages.ForwardAnnotationSyntaxError.message_args
pyflakes.messages.FutureFeatureNotDefined.message_args
@@ -21,5 +20,6 @@ pyflakes.messages.StringDotFormatMissingArgument.message_args
pyflakes.messages.UndefinedExport.message_args
pyflakes.messages.UndefinedLocal.message_args
pyflakes.messages.UndefinedName.message_args
pyflakes.messages.UnusedAnnotation.message_args
pyflakes.messages.UnusedImport.message_args
pyflakes.messages.UnusedVariable.message_args