Skip to content

More general .pre-commit-hooks.yaml for Jupyter Notebooks #297

@jamesbraza

Description

@jamesbraza

Description

black-jupyter integrates Jupyter notebooks into the hook's targets.

https://github.com/adamchainz/blacken-docs/blob/1.16.0/.pre-commit-hooks.yaml#L6 should be using types_or over files:

-    files: '\.(rst|md|markdown|py|tex)$'
+    # text encompasses rst, md, tex
+    types_or: [rst, markdown, tex, python, pyi, jupyter]

To discover what to input to types_or, use https://github.com/pre-commit/identify:

> identify-cli hi.rst
["file", "non-executable", "rst", "text"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions