Bump target python version to 3.8 in Makefile

stable/5.1.x
zerolab 2023-07-18 17:31:12 +01:00 zatwierdzone przez Sage Abdullah
rodzic d75d6e6f5d
commit 9177326b35
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ develop: clean-pyc
npm install --no-save && npm run build
lint-server:
black --target-version py37 --check --diff .
black --target-version py38 --check --diff .
ruff check .
semgrep --config .semgrep.yml --error .
curlylint --parse-only wagtail
@ -35,7 +35,7 @@ lint-docs:
lint: lint-server lint-client lint-docs
format-server:
black --target-version py37 .
black --target-version py38 .
ruff check . --fix
git ls-files '*.html' | xargs djhtml -i