Closed albertz closed 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
Now I still get errors like:
Pep8CodeStyle: E501: line too long (130 > 120 characters)
Edit Working on those.
Fix #230. Fix #208.