Skip to content

Releases: pynickle/amazing-python

beautify v0.0.1

23 Jun 07:12
Compare
Choose a tag to compare

beautify

This tool helps you run a command one time. We provide you with {{root}} and {{file}} variable to use. When it runs, they will be replaced by actual value. Don't forget to add the file type. Between the file type and the command is **. Here are the example:

autopep8 -a -a --in-place {{root}}/{{file}}

Also you can use the command that we have prepared for you, three commands:

  • autopep8
autopep8 --in-place {{root}}/{{file}}
  • black
black {{root}}/{{file}}
  • gofmt
gofmt -w {{root}}/{{file}}