Fix all flake8 ANN003 issues #958
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ANN003: Missing type annotation for **kwargs
18 issues
./techsupport_bot/botlogging/delayed.py:20:33: ANN003 Missing type annotation for **kwargs
./techsupport_bot/botlogging/delayed.py:26:39: ANN003 Missing type annotation for **kwargs
./techsupport_bot/commands/dumpdbg.py:37:33: ANN003 Missing type annotation for **kwargs
./techsupport_bot/commands/gate.py:70:33: ANN003 Missing type annotation for **kwargs
./techsupport_bot/commands/google.py:41:33: ANN003 Missing type annotation for **kwargs
./techsupport_bot/commands/hangman.py:90:26: ANN003 Missing type annotation for **kwargs
./techsupport_bot/commands/kanye.py:51:33: ANN003 Missing type annotation for **kwargs
./techsupport_bot/commands/listen.py:42:33: ANN003 Missing type annotation for **kwargs
./techsupport_bot/commands/listen.py:51:33: ANN003 Missing type annotation for **kwargs
./techsupport_bot/commands/listen.py:73:33: ANN003 Missing type annotation for **kwargs
./techsupport_bot/commands/poll.py:22:33: ANN003 Missing type annotation for **kwargs
./techsupport_bot/commands/protect.py:140:33: ANN003 Missing type annotation for **kwargs
./techsupport_bot/commands/rules.py:27:33: ANN003 Missing type annotation for **kwargs
./techsupport_bot/commands/wolfram.py:26:33: ANN003 Missing type annotation for **kwargs
./techsupport_bot/core/auxiliary.py:277:39: ANN003 Missing type annotation for **kwargs
./techsupport_bot/core/cogs.py:179:33: ANN003 Missing type annotation for **kwargs
./techsupport_bot/core/http.py:82:63: ANN003 Missing type annotation for **kwargs
./techsupport_bot/functions/events.py:702:54: ANN003 Missing type annotation for **_kwargs