Skip to content

Commit aa3a738

Browse files
authored
Write black diff on errors (#4754)
1 parent 0f1eb96 commit aa3a738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- task: UsePythonVersion@0
7676
- bash: python -m pip install black
7777
displayName: Install black
78-
- bash: black --check .
78+
- bash: black --diff --check .
7979
displayName: black formatting check
8080

8181
- job: Doctests

0 commit comments

Comments
 (0)