mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-04-23 11:38:09 -04:00
update black target version (#3300)
This commit is contained in:
@@ -2,9 +2,9 @@ PYTHON ?= python3.8
|
||||
|
||||
# Python Code Style
|
||||
reformat:
|
||||
$(PYTHON) -m black -l 99 --target-version py37 `git ls-files "*.py"`
|
||||
$(PYTHON) -m black -l 99 --target-version py38 `git ls-files "*.py"`
|
||||
stylecheck:
|
||||
$(PYTHON) -m black --check -l 99 --target-version py37 `git ls-files "*.py"`
|
||||
$(PYTHON) -m black --check -l 99 --target-version py38 `git ls-files "*.py"`
|
||||
|
||||
# Translations
|
||||
gettext:
|
||||
|
||||
Reference in New Issue
Block a user