From 4f101a79bb20235df22ac85dc145e2a8d015fd54 Mon Sep 17 00:00:00 2001 From: leandrotoledo Date: Sun, 19 Jun 2016 17:08:12 -0400 Subject: [PATCH] Update travis yapf [ci skip] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 781455b0e..f675a1683 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ - id: yapf files: ^(telegram|tests)/.*\.py$ - repo: git://github.com/pre-commit/pre-commit-hooks - sha: adbb569fe9a64ad9bce3b53a77f1bc39ef31f682 + sha: 6dfcb89af3c9b4d172cc2e5a8a2fa0f54615a338 hooks: - id: flake8 files: ^telegram/.*\.py$