From 3c596b5d334be4d606a534be670bc4d75144ee4a Mon Sep 17 00:00:00 2001 From: Jonas Haag Date: Sun, 15 Oct 2023 18:08:22 +0200 Subject: [PATCH] Fix pre-commit syntax (#266) --- docs/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 0135b63..b905e2b 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -131,7 +131,7 @@ with the following ``.pre-commit-config.yaml`` configuration: hooks: - id: docformatter additional_dependencies: [tomli] - args: [--in-place --config ./pyproject.toml] + args: [--in-place, --config, ./pyproject.toml] You will need to install ``pre-commit`` and run ``pre-commit install``.