Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I see a red door #786

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

martinthomson
Copy link
Member

A repeatable process for making code less variable:

python -m venv .venv
. .venv/bin/activate
pip install black
python -m black .

@zcorpan
Copy link
Member

zcorpan commented Apr 24, 2023

Can you suggest a less cryptic commit message?

@nschonni
Copy link
Contributor

Probably would make sense to add it to the requirements.txt along with the CI to enforce it going forward.

Can you suggest a less cryptic commit message?

chore: format python code with Black

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.

3 participants