From: Mike Bayer Date: Fri, 20 Sep 2019 14:27:57 +0000 (-0400) Subject: Refer to "pre-commit" not post-commit X-Git-Tag: rel_1_2_0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=791e95c30db3f68b05d39913b773b25a8397cebc;p=thirdparty%2Fsqlalchemy%2Falembic.git Refer to "pre-commit" not post-commit Change-Id: I6ca8a2cc9af3f67f8870a83049bbb241f6dc517c --- diff --git a/docs/build/autogenerate.rst b/docs/build/autogenerate.rst index 66d054e1..79c1f876 100644 --- a/docs/build/autogenerate.rst +++ b/docs/build/autogenerate.rst @@ -518,7 +518,7 @@ regardless of whether or not the autogenerate feature was used. formatters to them as they are committed. Alembic's post write hooks are useful only in that they can format the files immediately upon generation, rather than at commit time, and also can be useful for projects that prefer - not to use post-commit. + not to use pre-commit. Basic Formatter Configuration