We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1eb96 commit aa3a738Copy full SHA for aa3a738
azure-pipelines.yml
@@ -75,7 +75,7 @@ jobs:
75
- task: UsePythonVersion@0
76
- bash: python -m pip install black
77
displayName: Install black
78
- - bash: black --check .
+ - bash: black --diff --check .
79
displayName: black formatting check
80
81
- job: Doctests
0 commit comments