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``.