Skip to content
Snippets Groups Projects

#61 la til black i util scripts og gitlab-ci

Merged Thomas Holene Løkkeborg requested to merge pipeline-test-for-black into master
7 files
+ 36
23
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -31,4 +31,6 @@ for ($i=0; $i -lt $files.Length; $i++){
bandit $files[$i]
Write-Output "`n===PYDOCSTYLE===`n"
pydocstyle.exe --convention=numpy $files[$i]
Write-Output "`n===BLACK===`n"
black -l 79 --check --diff $files[$i]
}
Loading