kopia lustrzana https://github.com/wagtail/wagtail
Update black target version to 3.8 in circleci config
rodzic
aca754aa36
commit
9881ec12b8
|
@ -20,7 +20,7 @@ jobs:
|
||||||
paths:
|
paths:
|
||||||
- .venv
|
- .venv
|
||||||
- run: pipenv run ruff check .
|
- 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: pipenv run semgrep --config .semgrep.yml --error .
|
||||||
- run: git ls-files '*.html' | xargs pipenv run djhtml --check
|
- run: git ls-files '*.html' | xargs pipenv run djhtml --check
|
||||||
- run: pipenv run curlylint --parse-only wagtail
|
- run: pipenv run curlylint --parse-only wagtail
|
||||||
|
|
Ładowanie…
Reference in New Issue