mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
* Remove the unneeded pytest options from pyproject.toml * Clean up setup.py from old readthedocs.org workaround * Removes unused folder * Simplify list of excluded files in black's configuration * Fix returned exit codes in `make.ps1` * Add Sublime's project files to `.gitignore` * Update the link to Black in README and contributing guidelines
11 lines
158 B
TOML
11 lines
158 B
TOML
[tool.black]
|
|
line-length = 99
|
|
target-version = ['py38']
|
|
include = '\.py$'
|
|
force-exclude = '''
|
|
/(
|
|
redbot\/vendored
|
|
)/
|
|
'''
|
|
|