Skip to content

Resolve conflict between flake8 and black.

Jens Lucht requested to merge fix-flake8-black-conflict into master

Ignoring error E203 in flake8, which is like array[x :] instead of array[x:]

Merge request reports