rwth-i6 / returnn_common

Common building blocks for RETURNN configs, such as models, training concepts, etc
7 stars 4 forks source link

Apply black, indent by 4 spaces #251

Closed albertz closed 1 year ago

albertz commented 1 year ago

Fix #230. Fix #208.

albertz commented 1 year ago

Ok, I needed to modify PyCharm to ignore E203, because of this: https://black.readthedocs.io/en/stable/faq.html#why-are-flake8-s-e203-and-w503-violated

albertz commented 1 year ago

Now I still get errors like:

Pep8CodeStyle: E501: line too long (130 > 120 characters)

Edit Working on those.