We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c04236 commit 3c596b5Copy full SHA for 3c596b5
docs/source/usage.rst
@@ -131,7 +131,7 @@ with the following ``.pre-commit-config.yaml`` configuration:
131
hooks:
132
- id: docformatter
133
additional_dependencies: [tomli]
134
- args: [--in-place --config ./pyproject.toml]
+ args: [--in-place, --config, ./pyproject.toml]
135
136
You will need to install ``pre-commit`` and run ``pre-commit install``.
137
0 commit comments