-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
929: black, flake8, and isort (part 1) r=hgrecco a=crusaderky I'd like to introduce black, flake8, and isort to pint - exactly in the same way they're already used (very successfully) in xarray. I'm breaking the PR in two to make it easier to review it and to merge it into other branches: 1) (this PR): I just run ``black -t py36 .``. No manual changes whatsoever. After it's merged, everybody who has branches open will need to run the same command on their own branch before merging - or face a lot of merge conflicts. 2) (#931, to be reviewed after this one is merged) manual changes: configure flake8 and isort; integrate flake8, isort, and black in CI; fix flake8 failures. Reviewing and merging into other branches should be uncomplicated. Co-authored-by: Guido Imperiale <[email protected]>
- Loading branch information
Showing
40 changed files
with
4,793 additions
and
3,824 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.