mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
Dependency Update (#2175)
##### Core requirements * _discord.py_ Rapptz/discord.py@77239e4 -> Rapptz/discord.py@836ae73 * _aiohttp-json-rpc_ 0.11.1 -> 0.11.2 * _aiohttp_ 3.3.2 -> 3.4.4 ##### [test] * _pytest_ 3.8.1 -> 3.8.2 ##### [docs] * _packaging_ 17.1 -> 18.0 * _pyparsing_ 2.2.1 -> 2.2.2 * _six_ Removed duplicate entry ##### [style] * _black_ 18.6b4 -> 18.9b0 * _click_ 6.7 -> 7.0 ### Notes - `extra_requires` in setup.py is now a module-level global - Some style changes have occurred after the _black_ update Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,7 +1,7 @@
|
||||
reformat:
|
||||
black -l 99 `git ls-files "*.py"`
|
||||
black -l 99 -N `git ls-files "*.py"`
|
||||
stylecheck:
|
||||
black --check -l 99 `git ls-files "*.py"`
|
||||
black --check -l 99 -N `git ls-files "*.py"`
|
||||
gettext:
|
||||
redgettext --command-docstrings --verbose --recursive redbot --exclude-files "redbot/pytest/**/*"
|
||||
crowdin upload
|
||||
|
||||
Reference in New Issue
Block a user