From 468326fa38027ba977ca3d92a7f428b0282fc76e Mon Sep 17 00:00:00 2001 From: Michael Behrisch Date: Tue, 23 Jan 2024 08:05:25 +0100 Subject: [PATCH] adding usage info for pre-commit --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index da66742a..088dd6af 100644 --- a/README.rst +++ b/README.rst @@ -401,6 +401,7 @@ To add autopep8 as a plugin, add this repo definition to your configuration: .. _`pre-commit`: https://pre-commit.com +If you don't use a configuration file for autpep8, you'll want to include either ``args: [--in-place]`` or ``args: [--diff]``. Testing =======