From 443a222d76438b14cd47879a075c67349d438c89 Mon Sep 17 00:00:00 2001 From: Matt Seymour Date: Wed, 21 Oct 2020 10:42:38 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95f2ec1..c8cd5c0 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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: []