larray-project / larray

N-dimensional labelled arrays in Python
https://larray.readthedocs.io/
GNU General Public License v3.0
8 stars 6 forks source link

flake8_warnings #940

Closed gdementen closed 3 years ago

gdementen commented 3 years ago

Honestly, I am unsure about E201 (whitespace after '[') and E241 (multiple spaces after ','), because there are so many of them. For the other warnings I am pretty happy with what I did.

I see pro and con for having them inline.

Pro:

Con:

In summary, I just reserve the right to change my mind on those two if it's too annoying in practice 😄.