black-tabby-formatter 0.1.1

Creator: codyrutscher

Last updated:

0 purchases

black-tabby-formatter 0.1.1 Image
black-tabby-formatter 0.1.1 Images
Add to Cart

Description:

blacktabbyformatter 0.1.1

black-tabby-formatter
A tool (and pre-commit hook) to run black, but with tabs instead of spaces.
Installation
$ pip install black-tabby-formatter

Usage as a pre-commit hook (recommended)
See pre-commit for instructions
Sample .pre-commit-config.yaml:
- repo: https://github.com/MarcoGorelli/black-tabby-formatter
rev: v0.1.1
hooks:
- id: black-tabby-formatter

Command-line
black-tabby-formatter file.py

To run on a directory, you can do:
black-tabby-formatter `find . -name "*.py"`

or, using pre-commit,
pre-commit try-repo https://github.com/MarcoGorelli/black-tabby-formatter

.
Configuration
You can pass extra command-line flags that black would normally accept, such as --check. Furthermore, any option you specify
in pyproject.toml will be respected.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.