From 905b99917fffe863f4cab4e7f008f36e9b9dab27 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 13 Mar 2014 18:42:41 -0700 Subject: [PATCH] Add pyflakes hook --- .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 79f34579..02c07989 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,8 @@ - repo: git@github.com:pre-commit/pre-commit-hooks - sha: cd74dc150c142c3be70b24eaf0b02cae9d235f37 + sha: 5e713f8878b7d100c0e059f8cc34be4fc2e8f897 hooks: - id: pyflakes - files: '*.py' \ No newline at end of file + files: '*.py'