-
-
Notifications
You must be signed in to change notification settings - Fork 84
Fix Black #1910
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
Conversation
😕 do we intentionally have invalid Python syntax in that playground file?
The
|
I don't think it's necessarily a bad thing to have bad syntax in the playground |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there not a way to make the exclusion work?
I don't know, it was 1am my time and I just wanted to get black to format my code again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok looks like force-exclude
was supposed to be a regex. It's strange that there was no error thrown, just silently failing to format any files 🤔
That's… quite amazing. Possibly worth filing an issue, but we should update black first. |
Wait, I was running black on the command line wasn't I 😅 |
yes, appears so, why? |
Fixes #1909 --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Pokey Rule <[email protected]>
Fixes cursorless-dev#1909 --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Pokey Rule <[email protected]>
Fixes #1909