We recommend you use Black instead.
Please note that this plugin is under active development, and might not be ready to run on production code yet.
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.pyto check the output. - Run
yarn prettier -- --write test.pyto rewrite file. - Check out
yarn prettier -- --helpfor other options.
yarn add --dev --exact prettier @prettier/plugin-pythonprettier --write "**/*.py"
Patrick Arminio |
Danny Weinberg |
Ryan Ashcraft |