mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
* Add a makefile * Add make.bat * Slightly modify Palm's makefile * Use make in tox * Minimise diff and refactor PATHEXT * Fix a typo in make.bat
5 lines
100 B
Makefile
5 lines
100 B
Makefile
reformat:
|
|
black -l 99 `git ls-files "*.py"`
|
|
stylecheck:
|
|
black --check -l 99 `git ls-files "*.py"`
|