Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vstrimaitis committed Jul 25, 2022
1 parent 3541e82 commit 95e81cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project.
Personally I find that running `pre-commit install` every time I start working
on a new repository is very easy to forget - there have been numerous occasions
where I'd forget this step, commit some changes only to be surprised later on
by failing CI checks :sweat_smile: This plugin aims to solve this issue by doing
by failing CI checks 😅 This plugin aims to solve this issue by doing
this small step for me automatically behind the scenes.

## Installation
Expand All @@ -18,13 +18,13 @@ The plugin requires Poetry version `1.2.0b1` or above. Since this is still a
pre-release version, you have to specify it explicitly when installing:

```
$ curl -sSL https://install.python-poetry.org | python3.9 - --version 1.2.0b3
curl -sSL https://install.python-poetry.org | python3.9 - --version 1.2.0b3
```

Once a valid version of Poetry is set up, you can install the plugin like so:

```
$ poetry self add poetry-pre-commit-plugin
poetry self add poetry-pre-commit-plugin
```

For more in-depth information, please refer to
Expand Down

0 comments on commit 95e81cf

Please sign in to comment.