From 791e95c30db3f68b05d39913b773b25a8397cebc Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 20 Sep 2019 10:27:57 -0400 Subject: [PATCH] Refer to "pre-commit" not post-commit Change-Id: I6ca8a2cc9af3f67f8870a83049bbb241f6dc517c --- docs/build/autogenerate.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2