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

Use black to standardize code formatting #1264

Open
Daniel-Mietchen opened this issue Nov 21, 2020 · 1 comment · May be fixed by #1600
Open

Use black to standardize code formatting #1264

Daniel-Mietchen opened this issue Nov 21, 2020 · 1 comment · May be fixed by #1600

Comments

@Daniel-Mietchen
Copy link
Member

as per https://black.readthedocs.io/ .

I just ran black on 8f37b60#diff-429257c2eb8f90b387787b4cdd724973d9bc3a1fc0fddee5b9877077a2de1e6e and got

28 files reformatted, 2 files left unchanged.

This could also be included in our CI checks.

@carlinmack
Copy link
Collaborator

carlinmack commented Jul 25, 2021

I would like if indenting with (tabs | spaces) was standardised across files. Currently the HTML files seem to have a mix of tabs and spaces which renders really weirdly on my end

image

for reference, it should look something like this

image

or this

image

@DanielFLopez DanielFLopez linked a pull request Aug 13, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation hopefully helpful explanations of how things work
Development

Successfully merging a pull request may close this issue.

2 participants