From dbdfdeb0e15c703db2f7bf39178a3a0c89076358 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 22 Feb 2023 17:22:47 -0500 Subject: [PATCH] Add pre-commit note to docs (#3145) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 093a0b8a2b..5861b206e1 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,8 @@ Or, to enable autofix: args: [--fix, --exit-non-zero-on-fix] ``` +Note that Ruff's pre-commit hook should run before Black, isort, and other formatting tools. + ## Configuration