0.0.0-development • Published 6 years ago

@prettier/plugin-python v0.0.0-development

Weekly downloads
16
License
MIT
Repository
github
Last release
6 years ago

WORK IN PROGRESS

Please note that this plugin is under active development, and might not be ready to run on production code yet.

Contributing

If you're interested in contributing to the development of Prettier for Python, you can follow the CONTRIBUTING guide from Prettier, as it all applies to this repository too.

To test it out on a Python file:

  • Clone this repository.
  • Run yarn.
  • Create a file called test.py.
  • Run yarn prettier test.py to check the output.

Install

yarn add --dev --exact prettier @prettier/plugin-python

Use

prettier --write "**/*.py"

Maintainers