diff options
Diffstat (limited to 'git-hooks')
| -rwxr-xr-x | git-hooks/pre-commit | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/git-hooks/pre-commit b/git-hooks/pre-commit index 98f1c37..3c12443 100755 --- a/git-hooks/pre-commit +++ b/git-hooks/pre-commit @@ -6,5 +6,6 @@ # Make sure there are no screamers in the code. cargo check -# Make sure the prepared statement data in .sqlx is up to date. +# Make sure the prepared statement data in .sqlx is up to date. Requires +# `cargo-sqlx` (`cargo install cargo-sqlx`). cargo sqlx prepare --check |
