Closed fjmolinas closed 3 years ago
Added black and applied where needed.
Can we make this a separate PR? All these extra changes make the PR harder to review.
Please rebase!
Rebased and fixed PR title and description.
All green here @miri64
Please squash!
ACK. Running
black .
in the root dir now does not change anything.
Note that just black .
would change strings, but this is skipped since is configured in tox, the equivalent would be black . --skip-string-normalization
.
Note that just
black .
would change strings, but this is skipped since is configured in tox, the equivalent would beblack . --skip-string-normalization
.
Mhhh no, this not configured in tox
, but setup.cfg
. So also when you call black .
in that directory ;-). setup.cfg
is not just for tox
;-).
Added black and applied where needed.