mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-05 18:58:53 -05:00
Vendor `discord.ext.menus` from commit `cc108bed812d0e481a628ca573c2eeeca9226b42` at https://github.com/Rapptz/discord-ext-menus Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
20 lines
324 B
TOML
20 lines
324 B
TOML
[tool.black]
|
|
line-length = 99
|
|
target-version = ['py38']
|
|
include = '\.py$'
|
|
exclude = '''
|
|
/(
|
|
\.eggs
|
|
| \.git
|
|
| \.hg
|
|
| \.mypy_cache
|
|
| \.tox
|
|
| \.venv
|
|
| _build
|
|
| buck-out
|
|
| build
|
|
| dist
|
|
| redbot\/vendored
|
|
)/
|
|
'''
|