Skip to content

Apply black to deterministally reformat all code#63

Merged
ctrueden merged 4 commits intoapposed:masterfrom
cthoyt:patch-1
Aug 3, 2021
Merged

Apply black to deterministally reformat all code#63
ctrueden merged 4 commits intoapposed:masterfrom
cthoyt:patch-1

Conversation

@cthoyt
Copy link
Copy Markdown
Contributor

@cthoyt cthoyt commented Aug 2, 2021

black is a deterministic, opinionated python code formatter. It makes lots of good choices so we don't have to think about how our code looks anymore.

I added configuration using tox so anyone can easily run black in this repository if you just do:

$ pip install tox
$ tox -e lint

For all of the other open pull requests, they can also just use black directly to make it easier to merge their PRs by running black directly black jgo/ tests/ setup.py.

@ctrueden
Copy link
Copy Markdown
Member

ctrueden commented Aug 3, 2021

@cthoyt Thank you very much!

@cthoyt cthoyt deleted the patch-1 branch August 3, 2021 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants