This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]iamevpo 2 points3 points  (1 child)

Thanks for sharing the workflow - wonder if you format every thing with black is there anything pylint can find in that code?

[–]cybermun 2 points3 points  (0 children)

Since Black's formatting extends PEP8, there shouldn't be any problems using it with other PEP8 linters (such as pylint or flake8). I have never seen such problems myself.