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

Black formatting on github fails. #31

Open
hrehfeld opened this issue Mar 4, 2022 · 1 comment
Open

Black formatting on github fails. #31

hrehfeld opened this issue Mar 4, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@hrehfeld
Copy link
Owner

hrehfeld commented Mar 4, 2022

On my machine:

$ black -S --check keepassxc_browser setup.py example.py
All done! ✨ 🍰 ✨
7 files would be left unchanged.

with black, 22.1.0

@hrehfeld hrehfeld added the help wanted Extra attention is needed label Mar 4, 2022
@yan12125
Copy link
Contributor

yan12125 commented Mar 5, 2022

Probably because an older version is used in CI:

I guess failures will be gone after changing that line to black==22.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants