Skip to content

Commit

Permalink
Merge pull request #7 from jimkring/patch-1
Browse files Browse the repository at this point in the history
removed extra quote in pdm installation command
  • Loading branch information
GabDug committed Sep 6, 2023
2 parents 4fd6ca0 + 813b569 commit 0a91a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PDM and Poetry plugin to sync your pre-commit versions with your lockfile and au
Install it [just like any other PDM plugin](https://pdm.fming.dev/latest/dev/write/#activate-the-plugin):

```bash
pdm self add "sync-pre-commit-lock[pdm]""
pdm self add "sync-pre-commit-lock[pdm]"
```

Optionally, you can also specify [the plugin in your project](https://pdm.fming.dev/latest/dev/write/#specify-the-plugins-in-project) `pyproject.toml`, to make it installable with `pdm install --plugins`:
Expand Down

0 comments on commit 0a91a37

Please sign in to comment.