Skip to content

Black is not formatting anything #1909

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

Closed
auscompgeek opened this issue Sep 23, 2023 · 0 comments · Fixed by #1910
Closed

Black is not formatting anything #1909

auscompgeek opened this issue Sep 23, 2023 · 0 comments · Fixed by #1910
Labels
bug Something isn't working code quality Improvements to code quality talon Related to cursorless-talon

Comments

@auscompgeek
Copy link
Member

Since #1877, Black is no longer formatting cursorless-talon.

Manually running black on any Python file, or even the entire directory, outputs:

> black cursorless-talon
No Python files are present to be formatted. Nothing to do 😴

Commenting out this line makes Black work as expected again:

force-exclude = ["vendor", "data/playground"]

> black cursorless-talon
All done! ✨ 🍰 ✨
59 files left unchanged.
@auscompgeek auscompgeek added bug Something isn't working code quality Improvements to code quality talon Related to cursorless-talon labels Sep 23, 2023
@auscompgeek auscompgeek mentioned this issue Sep 23, 2023
github-merge-queue bot pushed a commit that referenced this issue Sep 27, 2023
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]>
pokey added a commit that referenced this issue Sep 27, 2023
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]>
fidgetingbits pushed a commit to fidgetingbits/cursorless that referenced this issue Nov 3, 2023
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code quality Improvements to code quality talon Related to cursorless-talon
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant