Skip to content

Black is not formatting anything #1909

Closed
@auscompgeek

Description

@auscompgeek

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcode qualityImprovements to code qualitytalonRelated to cursorless-talon

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions