Skip to content

Fix first 100 flake8 ANN201 issues#960

Merged
ajax146 merged 1 commit intomainfrom
flake8-ANN201-100
Apr 17, 2024
Merged

Fix first 100 flake8 ANN201 issues#960
ajax146 merged 1 commit intomainfrom
flake8-ANN201-100

Conversation

@ajax146
Copy link
Contributor

@ajax146 ajax146 commented Apr 17, 2024

ANN201: Missing return type annotation for public function

100 issues
./techsupport_bot/bot.py:405:54: ANN201 Missing return type annotation for public function
./techsupport_bot/bot.py:426:76: ANN201 Missing return type annotation for public function
./techsupport_bot/bot.py:972:30: ANN201 Missing return type annotation for public function
./techsupport_bot/botlogging/delayed.py:26:46: ANN201 Missing return type annotation for public function
./techsupport_bot/botlogging/delayed.py:39:29: ANN201 Missing return type annotation for public function
./techsupport_bot/botlogging/delayed.py:43:24: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/animal.py:7:21: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/application.py:756:6: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/bot.py:18:21: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/bot.py:30:38: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/burn.py:14:21: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/burn.py:83:79: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/chatgpt.py:21:21: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/chatgpt.py:39:30: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/chatgpt.py:96:63: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/chatgpt.py:163:51: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/chatgpt.py:179:57: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/chatgpt.py:222:55: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/commandcontrol.py:15:21: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/commandcontrol.py:31:57: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/commandcontrol.py:45:62: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/commandcontrol.py:78:63: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/conch.py:14:21: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/conch.py:89:79: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/config.py:13:21: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/config.py:26:40: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/config.py:46:38: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/config.py:115:63: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/config.py:163:64: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/config.py:213:56: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/correct.py:12:21: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/correct.py:80:68: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:18:21: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:95:35: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:99:36: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:108:86: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:169:38: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:179:80: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:265:6: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:331:53: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:343:48: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:365:30: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:378:63: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:416:33: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:471:32: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:506:33: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:554:39: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:611:30: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:664:72: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/duck.py:736:53: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/dumpdbg.py:11:21: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/dumpdbg.py:57:36: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/dumpdbg.py:165:35: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/echo.py:15:21: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/echo.py:29:48: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/echo.py:45:72: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/echo.py:72:66: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/embed.py:19:21: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/embed.py:82:77: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/emoji.py:16:21: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/emoji.py:46:47: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/emoji.py:89:6: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/emoji.py:155:31: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/emoji.py:166:50: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/emoji.py:178:76: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/extension.py:19:21: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/extension.py:35:59: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/extension.py:51:66: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/extension.py:88:64: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/extension.py:111:66: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/extension.py:134:65: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:40:21: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:174:30: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:192:81: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:229:6: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:263:6: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:366:6: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:448:64: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:514:73: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:545:63: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:580:6: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:711:85: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:830:33: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:841:86: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:988:33: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:1005:6: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:1052:69: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:1102:6: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:1194:6: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:1246:6: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:1291:48: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:1378:6: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:1452:67: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:1646:6: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:1710:65: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:1790:6: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:1910:6: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:2037:49: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:2067:6: ANN201 Missing return type annotation for public function
./techsupport_bot/commands/factoids.py:2109:6: ANN201 Missing return type annotation for public function

@ajax146 ajax146 merged commit 9243324 into main Apr 17, 2024
@ajax146 ajax146 deleted the flake8-ANN201-100 branch May 7, 2024 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant