All Projects → prettier → Plugin Python

prettier / Plugin Python

Licence: mit
Prettier Python Plugin

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Plugin Python

nest-boilerplate
Nest.js boilerplate with CircleCI, Commitizen, Commitlint, Docker-Compose, ESLint, GitHub Actions, Husky, Lint-staged, OpenAPI, Prettier, PostGreSQL, Travis CI, TypeORM
Stars: ✭ 16 (-96.87%)
Mutual labels:  prettier
Web Configs
Common configurations for building web apps at Shopify
Stars: ✭ 302 (-40.9%)
Mutual labels:  prettier
Mxstbr.com
The source for my personal website
Stars: ✭ 370 (-27.59%)
Mutual labels:  prettier
happy-web
Project built during Rocketseat's Next Level Week #3
Stars: ✭ 19 (-96.28%)
Mutual labels:  prettier
Coc Prettier
Prettier extension for coc.nvim.
Stars: ✭ 270 (-47.16%)
Mutual labels:  prettier
Sublimejsprettier
JsPrettier is a Sublime Text Plug-in for Prettier, the opinionated code formatter.
Stars: ✭ 355 (-30.53%)
Mutual labels:  prettier
awesome-address-book
This project shows a basic address book built with ReactJS, Redux Toolkit and Typescript 📖
Stars: ✭ 20 (-96.09%)
Mutual labels:  prettier
Prettier Eslint Cli
CLI for prettier-eslint
Stars: ✭ 451 (-11.74%)
Mutual labels:  prettier
Expo Netflix
Netflix UI Clone with React Native & Expo || web support => https://expo-netflix.vercel.app
Stars: ✭ 297 (-41.88%)
Mutual labels:  prettier
Nodejs Api Boilerplate
A boilerplate for kickstart your nodejs api project with JWT Auth and some new Techs :)
Stars: ✭ 364 (-28.77%)
Mutual labels:  prettier
SENT-template
Skip setup and start code with SENT (Sapper Express Node Template) and other tools
Stars: ✭ 69 (-86.5%)
Mutual labels:  prettier
Eslint Config Prettier
Turns off all rules that are unnecessary or might conflict with Prettier.
Stars: ✭ 3,471 (+579.26%)
Mutual labels:  prettier
Webpack React Boilerplate
Minimal React 16 and Webpack 4 boilerplate with babel 7, using the new webpack-dev-server, react-hot-loader, CSS-Modules
Stars: ✭ 358 (-29.94%)
Mutual labels:  prettier
node-boilerplate
Node Typescript Boilerplate for Microservices. Skeleton for Node.js Apps written in TypeScript (with Setup Instructions for ESLint, Prettier, and Husky)
Stars: ✭ 92 (-82%)
Mutual labels:  prettier
React 2048 Game
🎮 A fancy 2048 game build with react, redux best practices.
Stars: ✭ 401 (-21.53%)
Mutual labels:  prettier
create-react-typescript-app
Integrating Reactjs with Typescript + ESLint
Stars: ✭ 20 (-96.09%)
Mutual labels:  prettier
Prettier Eslint
Code ➡️ prettier ➡️ eslint --fix ➡️ Formatted Code ✨
Stars: ✭ 3,435 (+572.21%)
Mutual labels:  prettier
React Typescript Web Extension Starter
🖥 A Web Extension starter kit built with React, TypeScript, SCSS, Storybook, Jest, EsLint, Prettier, Webpack and Bootstrap. Supports Google Chrome + Mozilla Firefox + Brave Browser 🔥
Stars: ✭ 510 (-0.2%)
Mutual labels:  prettier
Vue Skeleton Mvp
VueJs, Vuetify, Vue Router and Vuex skeleton MVP written on JavaScript using async/await built to work with API REST skeleton: https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton
Stars: ✭ 406 (-20.55%)
Mutual labels:  prettier
Apollo Upload Examples
A full stack demo of file uploads via GraphQL mutations using Apollo Server and apollo-upload-client.
Stars: ✭ 358 (-29.94%)
Mutual labels:  prettier

This plugin is deprecated.

We recommend you use Black instead.


Prettier Python

Prettier Python Plugin

Gitter Travis npm version code style: prettier Follow+Prettier+on+Twitter

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.
  • Run yarn prettier -- --write test.py to rewrite file.
  • Check out yarn prettier -- --help for other options.

Install

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

Use

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

Maintainers

Patrick Arminio Danny Weinberg Ryan Ashcraft
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].