mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
- aiohttp 3.5 - websockets 7 - Rapptz/discord.py@700dbb5 - A few others Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
14 lines
413 B
Makefile
14 lines
413 B
Makefile
reformat:
|
|
black -l 99 -N `git ls-files "*.py"`
|
|
stylecheck:
|
|
black --check -l 99 -N `git ls-files "*.py"`
|
|
gettext:
|
|
redgettext --command-docstrings --verbose --recursive redbot --exclude-files "redbot/pytest/**/*"
|
|
crowdin upload
|
|
|
|
REF?=rewrite
|
|
update_vendor:
|
|
pip install --upgrade --no-deps -t . https://github.com/Rapptz/discord.py/archive/$(REF).tar.gz#egg=discord.py
|
|
rm -r discord.py*-info
|
|
$(MAKE) reformat
|