Blacken stragglers#6611
Conversation
mtreinish
left a comment
There was a problem hiding this comment.
One inline comment on the tox.ini. Also can you update the azure-pipelines.yml file too to include the extra paths.
Done. VS Code flagged a lot of complaints about the azure-pipelines.yml not being schema-compliant, but I guess since things were working before, that is spurious? |
Yeah, I'm not sure what it's using for a schema. They may point to issues or deprecations in the config file. But it all works as expected so nothing it's reporting is fatal. |
In #6361 we missed running black on the examples directory and on setup.py
This PR corrects that oversight and updates Makefile and tox.ini so that black and pylint are all run on the relevant files.
I think it would also be reasonable to run just black on the toplevel to avoid missing other future additions.