chshersh / tool-sync

🧰 Download pre-built binaries of all your favourite tools with a single command
https://crates.io/crates/tool-sync
Mozilla Public License 2.0
72 stars 17 forks source link

[#73] adding .precommit yaml #79

Closed MitchellBerend closed 2 years ago

MitchellBerend commented 2 years ago

This pr adds a .pre-commit-config.yaml to the repo so others can install a pre-commit.

The options added are in the suggested list of the pre-commit project.

Additional tasks

MitchellBerend commented 2 years ago

There are quite a lot of files that don't pass the pre-commit checks that are defined in the current .pre-commit-config.yaml. They are mostly whitespace and end-of-file newlines, should I add those changes to this pr as well?

chshersh commented 2 years ago

There are quite a lot of files that don't pass the pre-commit checks that are defined in the current .pre-commit-config.yaml. They are mostly whitespace and end-of-file newlines, should I add those changes to this pr as well?

Go for it 👍🏻