Browse code

remove whitespace check from the pipeline

Bas Nijholt authored on 08/05/2019 02:30:48
Showing 1 changed files
... ...
@@ -21,10 +21,6 @@ steps:
21 21
   continueOnError: true
22 22
   displayName: 'Authors check'
23 23
 
24
-- script: ./check_whitespace
25
-  continueOnError: true
26
-  displayName: 'Whitespace check'
27
-
28 24
 - script: |
29 25
     source activate adaptive
30 26
     black . --check -t py36