We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1c508 commit 19bb327Copy full SHA for 19bb327
.github/workflows/test-python.yaml
@@ -17,5 +17,6 @@ jobs:
17
# linting and formatting for Training Operator SDK.
18
- name: Check Python code with Black
19
uses: psf/black@stable
20
- version: 21.12b0
21
- args: black --check sdk/ --exclude '/*kubeflow_org_v1*|__init__.py|api_client.py|configuration.py|exceptions.py|rest.py'
+ with:
+ version: 21.12b0
22
+ options: --check sdk/ --exclude '/*kubeflow_org_v1*|__init__.py|api_client.py|configuration.py|exceptions.py|rest.py'
0 commit comments