csingley / ofxtools

Python OFX Library
Other
301 stars 68 forks source link

Fixing build failing due to black #82

Closed danweiss90 closed 4 years ago

danweiss90 commented 4 years ago

https://api.travis-ci.org/v3/job/685719134/log.txt

black --check .
would reformat /home/travis/build/csingley/ofxtools/ofxtools/Types.py
Oh no! 💥 💔 💥
1 file would be reformatted, 94 files would be left unchanged.
Makefile:2: recipe for target 'test' failed
make: *** [test] Error 1
travis_time:end:04401dbf:start=1589211617811461855,finish=1589211628504921190,duration=10693459335,event=script
The command "make test" exited with 2.

Done. Your build exited with 1.
csingley commented 4 years ago

Nice catch. Sorry about that.