Reformat entire project with ruff instead of black

This commit is contained in:
Rapptz
2025-08-18 20:15:44 -04:00
parent 3ef6272e07
commit 44a44e938f
88 changed files with 485 additions and 730 deletions

View File

@ -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