From d07a1c3f671fffc5ea32f22d570415cd71cd8033 Mon Sep 17 00:00:00 2001 From: Noam Meltzer Date: Wed, 12 Oct 2016 23:51:46 +0300 Subject: [PATCH] yapf: use our own mirror of yapf & update to version 0.12.2 --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 95efc1065..17ce136fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ -- repo: git://github.com/pre-commit/mirrors-yapf - sha: v0.11.0 +- repo: git://github.com/python-telegram-bot/mirrors-yapf + sha: v0.12.2 hooks: - id: yapf files: ^(telegram|tests)/.*\.py$