Skip to content

Commit 3c596b5

Browse files
authored
Fix pre-commit syntax (#266)
1 parent 4c04236 commit 3c596b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ with the following ``.pre-commit-config.yaml`` configuration:
131131
hooks:
132132
- id: docformatter
133133
additional_dependencies: [tomli]
134-
args: [--in-place --config ./pyproject.toml]
134+
args: [--in-place, --config, ./pyproject.toml]
135135
136136
You will need to install ``pre-commit`` and run ``pre-commit install``.
137137

0 commit comments

Comments
 (0)