From b987c8937c2e561757dbff62a3c9f0f80a6fb2d1 Mon Sep 17 00:00:00 2001 From: leandrotoledo Date: Sun, 22 May 2016 13:26:57 -0300 Subject: [PATCH] Hooks for travis --- .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 61c75154f..9cb0fbfc7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ sha: d79d3113a991229b8f9d329e8e97b615abad91ba hooks: - id: yapf - files: ^telegram/.*\.py$ + files: ^(telegram|tests)/.*\.py$ - repo: git://github.com/pre-commit/pre-commit-hooks sha: adbb569fe9a64ad9bce3b53a77f1bc39ef31f682 hooks: