distcloud-client/distributedcloud-client/black_pre_run.yaml

8 lines
163 B
YAML

---
- name: black
hosts: localhost
tasks:
- name: Run Black formatter check
command: black --check {{ zuul.executor.env.ZUUL_CHANGES | join(' ') }}