This PR contains no human changes, outside of edits to the Makefile.
I ran black and isort against the entire project, in preparation for a future linting fix PR.
From this point forward, black and isort will run against all files in Percy.
black and isort have been configured to play nice with each other AND to work without fighting against the pylintrc file we've adapted from Google's linting rules.
This PR contains no human changes, outside of edits to the
Makefile
.I ran
black
andisort
against the entire project, in preparation for a future linting fix PR.From this point forward,
black
andisort
will run against all files in Percy.black
andisort
have been configured to play nice with each other AND to work without fighting against thepylintrc
file we've adapted from Google's linting rules.