Skip to content

Commit

Permalink
Use immutable ref in pre-commit docs (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkinj1 committed Apr 27, 2020
1 parent b45b9d3 commit 41aed86
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 @@ -70,7 +70,7 @@ To do so, add the following to the `.pre-commit-config.yaml` file at the root of
```yaml
repos:
- repo: https://github.com/wemake-services/dotenv-linter
rev: master
rev: 0.2.0 # Use the ref you want to point at
hooks:
- id: dotenv-linter
```
Expand Down

0 comments on commit 41aed86

Please sign in to comment.