ArneBinder / pytorch-ie-hydra-template-1

PyTorch-IE Hydra Template
8 stars 1 forks source link

black clashes with flake8 setup #79

Closed ArneBinder closed 1 year ago

ArneBinder commented 1 year ago

black formats the code in such a way so that flake8 fails.

Possible Solution: add E203 to the --extend-ignore argument for flake8 in the pre-commit config.

ArneBinder commented 1 year ago

This was fixed in #89.