mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Reformat entire project with ruff instead of black
This commit is contained in:
@ -133,7 +133,7 @@ async def setup(bot):
|
||||
await bot.add_cog({name}(bot))
|
||||
'''
|
||||
|
||||
_cog_extras = '''
|
||||
_cog_extras = """
|
||||
async def cog_load(self):
|
||||
# loading logic goes here
|
||||
pass
|
||||
@ -170,7 +170,7 @@ _cog_extras = '''
|
||||
# called after a command is called here
|
||||
pass
|
||||
|
||||
'''
|
||||
"""
|
||||
|
||||
|
||||
# certain file names and directory names are forbidden
|
||||
|
Reference in New Issue
Block a user