Skip to content

Running black --fast ./ on the entire HardwareRepository.

Marcus Oskarsson requested to merge github/fork/MartinSavko/black into master

Created by: MartinSavko

Two files broken HardwareObjects/ISPyBClient2.py -- unmatched parentheses at line 238 and incorrect indent at line 656 HardwareObjects/MAXIV/BIOMAXPatches.py -- error in try except finally else clause (else can not come after finally)

Merge request reports