File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ docker-qa-build: Dockerfile.qa requirements.txt requirements-dev.txt
5050 --build-arg PYTHON_VERSION=$(PYTHON_VERSION ) \
5151 --file $< .
5252
53+ docker-fmt : docker-qa-build
54+ docker run --rm -v ` pwd` :/atlassian-python-api $(QA_CONTAINER ) tox -e black_fmt
55+
5356docker-atlassian-standalone : Dockerfile.standalone
5457 docker build \
5558 --tag $(ATLASSIAN_SDK ) \
Original file line number Diff line number Diff line change @@ -40,6 +40,13 @@ skip_install = true
4040deps = black
4141commands = black --check --diff {[base]linting_targets} --exclude __pycache__
4242
43+ [testenv:black_fmt]
44+ basepython = python3
45+ target-version = [" py37" ]
46+ skip_install = true
47+ deps = black
48+ commands = black {[base]linting_targets} --exclude __pycache__
49+
4350[testenv:mypy]
4451basepython = python3
4552skip_install = true
You can’t perform that action at this time.
0 commit comments