distcloud-client/black_pre_run.yaml

7 lines
162 B
YAML

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