Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseymour authored Oct 21, 2020
1 parent fbe5302 commit 443a222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In your `.pre-commit-config.yaml` include the following block.

```
- repo: https://github.com/mattseymour/pre-commit-pytype
rev: '2019.05.31'
rev: '2020.10.8'
hooks:
- id: pytype
```
Expand All @@ -15,7 +15,7 @@ If you use `setup.cfg` instead of `-config=pytype.cfg` to run pytype then you wi

```
- repo: https://github.com/mattseymour/pre-commit-pytype
rev: '2019.05.31'
rev: '2020.10.8'
hooks:
- id: pytype
args: []
Expand Down

0 comments on commit 443a222

Please sign in to comment.