macisamuele / language-formatters-pre-commit-hooks

Collection of custom pre-commit hooks.
Apache License 2.0
115 stars 58 forks source link

document options #179

Closed dpinol closed 1 year ago

dpinol commented 1 year ago

Where can I find documentation about the options I can pass to the linters? (eg. autofix)

thanks

macisamuele commented 1 year ago

There is not an explicit documentation page for that. The best recommendation as of now is to run the pretty-format-* command with --help argument.

You'll need to have the library installed on your environment (or virtual environment)