Skip to content

Commit

Permalink
Fix pre-commit syntax (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag committed Oct 15, 2023
1 parent 4c04236 commit 3c596b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down

0 comments on commit 3c596b5

Please sign in to comment.