secondmind-labs / GPflux

Deep GPs built on top of TensorFlow/Keras and GPflow
https://secondmind-labs.github.io/GPflux/
Apache License 2.0
120 stars 24 forks source link

Ignore error that conflicts with black #90

Closed sc336 closed 1 year ago

sc336 commented 1 year ago

Flake8's E203, whitespace before colon, conflicts with black's demand that there is space before a colon. I couldn't care less either way, but black at least fixes the problem itself, so let's disable E203.