Update black target version to 3.8 in circleci config

pull/10644/head^2
Matt Westcott 2023-07-14 13:44:02 +01:00
rodzic aca754aa36
commit 9881ec12b8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -20,7 +20,7 @@ jobs:
paths:
- .venv
- run: pipenv run ruff check .
- run: pipenv run black --target-version py37 --check --diff .
- run: pipenv run black --target-version py38 --check --diff .
- run: pipenv run semgrep --config .semgrep.yml --error .
- run: git ls-files '*.html' | xargs pipenv run djhtml --check
- run: pipenv run curlylint --parse-only wagtail